Home
last modified time | relevance | path

Searched refs:CUS_EVT_BW_CHANGED (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_shim.c1401 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()
H A Dmoal_main.h700 #define CUS_EVT_BW_CHANGED "EVENT=BW_CHANGED" macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.c2573 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;
H A Dmoal_main.h778 #define CUS_EVT_BW_CHANGED "EVENT=BW_CHANGED" macro