Searched refs:CUS_EVT_STA_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance
2230 memmove((pmevent->event_buf + strlen(CUS_EVT_STA_DISCONNECTED) + in moal_recv_event()2232 memcpy(pmevent->event_buf, (t_u8 *)CUS_EVT_STA_DISCONNECTED, in moal_recv_event()2233 strlen(CUS_EVT_STA_DISCONNECTED)); in moal_recv_event()2234 pmevent->event_buf[strlen(CUS_EVT_STA_DISCONNECTED)] = 0; in moal_recv_event()2237 strlen(CUS_EVT_STA_DISCONNECTED)); in moal_recv_event()2245 strlen(CUS_EVT_STA_DISCONNECTED) + 1; in moal_recv_event()
780 #define CUS_EVT_STA_DISCONNECTED "EVENT=STA_DISCONNECTED" macro
3665 memmove((pmevent->event_buf + strlen(CUS_EVT_STA_DISCONNECTED) +3669 (t_u8 *)CUS_EVT_STA_DISCONNECTED,3670 strlen(CUS_EVT_STA_DISCONNECTED),3671 strlen(CUS_EVT_STA_DISCONNECTED));3672 pmevent->event_buf[strlen(CUS_EVT_STA_DISCONNECTED)] = 0;3675 strlen(CUS_EVT_STA_DISCONNECTED));3682 strlen(CUS_EVT_STA_DISCONNECTED) + 1;
872 #define CUS_EVT_STA_DISCONNECTED "EVENT=STA_DISCONNECTED" macro