Home
last modified time | relevance | path

Searched refs:switch_result (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A Dsta_event.c287 tdls_evt->u.switch_result.status, in mwifiex_parse_tdls_event()
288 tdls_evt->u.switch_result.reason, in mwifiex_parse_tdls_event()
289 tdls_evt->u.switch_result.cur_chan); in mwifiex_parse_tdls_event()
292 if (tdls_evt->u.switch_result.status != 0) { in mwifiex_parse_tdls_event()
293 switch (tdls_evt->u.switch_result.cur_chan) { in mwifiex_parse_tdls_event()
307 switch (tdls_evt->u.switch_result.cur_chan) { in mwifiex_parse_tdls_event()
H A Dfw.h2223 struct chan_switch_result switch_result; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_sta_event.c233 tdls_event->u.switch_result.status, in wlan_parse_tdls_event()
234 tdls_event->u.switch_result.reason, in wlan_parse_tdls_event()
235 (int)tdls_event->u.switch_result.current_channel); in wlan_parse_tdls_event()
236 if (tdls_event->u.switch_result.status == MLAN_STATUS_SUCCESS) { in wlan_parse_tdls_event()
237 if (tdls_event->u.switch_result.current_channel == in wlan_parse_tdls_event()
249 } else if (tdls_event->u.switch_result. in wlan_parse_tdls_event()
263 if (tdls_event->u.switch_result.current_channel == in wlan_parse_tdls_event()
266 else if (tdls_event->u.switch_result.current_channel == in wlan_parse_tdls_event()
H A Dmlan_fw.h1580 chan_switch_result switch_result;
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_sta_event.c234 tdls_event->u.switch_result.status, in wlan_parse_tdls_event()
235 tdls_event->u.switch_result.reason, in wlan_parse_tdls_event()
236 (int)tdls_event->u.switch_result.current_channel); in wlan_parse_tdls_event()
237 if (tdls_event->u.switch_result.status == MLAN_STATUS_SUCCESS) { in wlan_parse_tdls_event()
238 if (tdls_event->u.switch_result.current_channel == in wlan_parse_tdls_event()
249 } else if (tdls_event->u.switch_result.current_channel == in wlan_parse_tdls_event()
262 if (tdls_event->u.switch_result.current_channel == in wlan_parse_tdls_event()
265 else if (tdls_event->u.switch_result.current_channel == in wlan_parse_tdls_event()
H A Dmlan_fw.h2153 chan_switch_result switch_result;