Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_api.h310 int wifi_send_remain_on_channel_cmd(unsigned int bss_type, wifi_remain_on_channel_t *remain_on_chan…
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi.c5260 return wifi_send_remain_on_channel_cmd(MLAN_BSS_TYPE_STA, &roc); in wifi_remain_on_channel()
Dmlan_api.c507 int wifi_send_remain_on_channel_cmd(unsigned int bss_type, wifi_remain_on_channel_t *remain_on_chan… in wifi_send_remain_on_channel_cmd() function
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c12074 return wifi_send_remain_on_channel_cmd((uint32_t)bss_type, &roc); in wlan_remain_on_channel()