Searched refs:switch_channel (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_ap_csa.py | 24 def switch_channel(ap, count, freq, extra=None): function 77 switch_channel(ap, 10, 2462, extra="ht") 96 switch_channel(ap, 10, 2462, extra="ht") 99 switch_channel(ap, 10, 2412, extra="ht") 110 switch_channel(ap, 0, 2462) 121 switch_channel(ap, 0, 2462) 124 switch_channel(ap, 0, 2412) 135 switch_channel(ap, 1, 2462) 146 switch_channel(ap, 1, 2462) 149 switch_channel(ap, 1, 2412) [all …]
|
D | test_scan.py | 20 from test_ap_csa import switch_channel, wait_channel_switch 1272 switch_channel(hapd, 1, 2437) 1275 switch_channel(hapd, 1, 2462) 1283 switch_channel(hapd, 2, 2437) 1288 switch_channel(hapd, 2, 2412)
|
/hostap-latest/src/ap/ |
D | ap_drv_ops.h | 315 if (hapd->driver == NULL || hapd->driver->switch_channel == NULL || in hostapd_drv_switch_channel() 319 return hapd->driver->switch_channel(hapd->drv_priv, settings); in hostapd_drv_switch_channel()
|
/hostap-latest/wpa_supplicant/ |
D | driver_i.h | 636 if (!wpa_s->driver->switch_channel) in wpa_drv_switch_channel() 638 return wpa_s->driver->switch_channel(wpa_s->drv_priv, settings); in wpa_drv_switch_channel()
|
/hostap-latest/src/drivers/ |
D | driver.h | 4546 int (*switch_channel)(void *priv, struct csa_settings *settings); member
|
D | driver_nl80211.c | 14142 .switch_channel = nl80211_switch_channel,
|