Searched refs:mbo_evt (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfg80211.c | 21786 wl_event_mbo_t *mbo_evt = (wl_event_mbo_t *)data; in wl_mbo_event_handler() local 21790 WL_INFORM(("MBO: Evt %u\n", mbo_evt->type)); in wl_mbo_event_handler() 21792 if (mbo_evt->type == WL_MBO_E_CELLULAR_NW_SWITCH) { in wl_mbo_event_handler() 21793 cell_sw_evt = (wl_event_mbo_cell_nw_switch_t *)mbo_evt->data; in wl_mbo_event_handler() 21798 } else if (mbo_evt->type == WL_MBO_E_BTM_RCVD) { in wl_mbo_event_handler() 21799 evt_data = (wl_btm_event_type_data_t *)mbo_evt->data; in wl_mbo_event_handler() 21808 WL_INFORM(("UNKNOWN EVENT. type:%u\n", mbo_evt->type)); in wl_mbo_event_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfg80211.c | 21541 wl_event_mbo_t *mbo_evt = (wl_event_mbo_t *)data; in wl_mbo_event_handler() local 21545 WL_INFORM(("MBO: Evt %u\n", mbo_evt->type)); in wl_mbo_event_handler() 21547 if (mbo_evt->type == WL_MBO_E_CELLULAR_NW_SWITCH) { in wl_mbo_event_handler() 21548 cell_sw_evt = (wl_event_mbo_cell_nw_switch_t *)mbo_evt->data; in wl_mbo_event_handler() 21553 } else if (mbo_evt->type == WL_MBO_E_BTM_RCVD) { in wl_mbo_event_handler() 21554 evt_data = (wl_btm_event_type_data_t *)mbo_evt->data; in wl_mbo_event_handler() 21563 WL_INFORM(("UNKNOWN EVENT. type:%u\n", mbo_evt->type)); in wl_mbo_event_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfg80211.c | 25346 wl_event_mbo_t *mbo_evt = (wl_event_mbo_t *)data; local 25350 WL_INFORM(("MBO: Evt %u\n", mbo_evt->type)); 25352 if (mbo_evt->type == WL_MBO_E_CELLULAR_NW_SWITCH) { 25353 cell_sw_evt = (wl_event_mbo_cell_nw_switch_t *)mbo_evt->data; 25358 } else if (mbo_evt->type == WL_MBO_E_BTM_RCVD) { 25359 evt_data = (wl_btm_event_type_data_t *)mbo_evt->data; 25368 WL_INFORM(("UNKNOWN EVENT. type:%u\n", mbo_evt->type));
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfg80211.c | 25344 wl_event_mbo_t *mbo_evt = (wl_event_mbo_t *)data; local 25348 WL_INFORM(("MBO: Evt %u\n", mbo_evt->type)); 25350 if (mbo_evt->type == WL_MBO_E_CELLULAR_NW_SWITCH) { 25351 cell_sw_evt = (wl_event_mbo_cell_nw_switch_t *)mbo_evt->data; 25356 } else if (mbo_evt->type == WL_MBO_E_BTM_RCVD) { 25357 evt_data = (wl_btm_event_type_data_t *)mbo_evt->data; 25366 WL_INFORM(("UNKNOWN EVENT. type:%u\n", mbo_evt->type));
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfg80211.c | 25081 wl_event_mbo_t *mbo_evt = (wl_event_mbo_t *)data; local 25085 WL_INFORM(("MBO: Evt %u\n", mbo_evt->type)); 25087 if (mbo_evt->type == WL_MBO_E_CELLULAR_NW_SWITCH) { 25088 cell_sw_evt = (wl_event_mbo_cell_nw_switch_t *)mbo_evt->data; 25093 } else if (mbo_evt->type == WL_MBO_E_BTM_RCVD) { 25094 evt_data = (wl_btm_event_type_data_t *)mbo_evt->data; 25103 WL_INFORM(("UNKNOWN EVENT. type:%u\n", mbo_evt->type));
|