Searched refs:CUS_EVT_BW_CHANGED (Results 1 – 4 of 4) sorted by relevance
1401 memmove((pmevent->event_buf + strlen(CUS_EVT_BW_CHANGED) + 1), in moal_recv_event()1403 memcpy(pmevent->event_buf, (t_u8 *)CUS_EVT_BW_CHANGED, in moal_recv_event()1404 strlen(CUS_EVT_BW_CHANGED)); in moal_recv_event()1405 pmevent->event_buf[strlen(CUS_EVT_BW_CHANGED)] = 0; in moal_recv_event()1408 strlen(CUS_EVT_BW_CHANGED)); in moal_recv_event()1416 strlen(CUS_EVT_BW_CHANGED) + 1; in moal_recv_event()
700 #define CUS_EVT_BW_CHANGED "EVENT=BW_CHANGED" macro
2573 memmove((pmevent->event_buf + strlen(CUS_EVT_BW_CHANGED) + 1),2576 (t_u8 *)CUS_EVT_BW_CHANGED,2577 strlen(CUS_EVT_BW_CHANGED),2578 strlen(CUS_EVT_BW_CHANGED));2579 pmevent->event_buf[strlen(CUS_EVT_BW_CHANGED)] = 0;2582 strlen(CUS_EVT_BW_CHANGED));2589 strlen(CUS_EVT_BW_CHANGED) + 1;
778 #define CUS_EVT_BW_CHANGED "EVENT=BW_CHANGED" macro