Searched refs:CUS_EVT_STA_CONNECTED (Results 1 – 4 of 4) sorted by relevance
2192 memmove((pmevent->event_buf + strlen(CUS_EVT_STA_CONNECTED) + in moal_recv_event()2194 memcpy(pmevent->event_buf, (t_u8 *)CUS_EVT_STA_CONNECTED, in moal_recv_event()2195 strlen(CUS_EVT_STA_CONNECTED)); in moal_recv_event()2196 pmevent->event_buf[strlen(CUS_EVT_STA_CONNECTED)] = 0; in moal_recv_event()2199 strlen(CUS_EVT_STA_CONNECTED)); in moal_recv_event()2205 strlen(CUS_EVT_STA_CONNECTED) + 1) > IW_CUSTOM_MAX) in moal_recv_event()2208 strlen(CUS_EVT_STA_CONNECTED) + 1; in moal_recv_event()2212 strlen(CUS_EVT_STA_CONNECTED) + 1; in moal_recv_event()
778 #define CUS_EVT_STA_CONNECTED "EVENT=STA_CONNECTED" macro
3610 memmove((pmevent->event_buf + strlen(CUS_EVT_STA_CONNECTED) +3614 (t_u8 *)CUS_EVT_STA_CONNECTED,3615 strlen(CUS_EVT_STA_CONNECTED),3616 strlen(CUS_EVT_STA_CONNECTED));3617 pmevent->event_buf[strlen(CUS_EVT_STA_CONNECTED)] = 0;3620 strlen(CUS_EVT_STA_CONNECTED));3626 strlen(CUS_EVT_STA_CONNECTED) + 1) > IW_CUSTOM_MAX)3629 strlen(CUS_EVT_STA_CONNECTED) + 1;3633 strlen(CUS_EVT_STA_CONNECTED) + 1;
870 #define CUS_EVT_STA_CONNECTED "EVENT=STA_CONNECTED" macro