Searched refs:switch_channel (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dap_drv_ops.h292 if (hapd->driver == NULL || hapd->driver->switch_channel == NULL ||
296 return hapd->driver->switch_channel(hapd->drv_priv, settings);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h613 if (!wpa_s->driver->switch_channel)
615 return wpa_s->driver->switch_channel(wpa_s->drv_priv, settings);
/freebsd-13-stable/sys/dev/bwn/
H A Dif_bwnvar.h512 int (*switch_channel)(struct bwn_mac *, member in struct:bwn_phy
H A Dif_bwn.c1408 mac->mac_phy.switch_channel = bwn_phy_g_switch_channel;
1426 mac->mac_phy.switch_channel = bwn_phy_lp_switch_channel;
1444 mac->mac_phy.switch_channel = bwn_phy_n_switch_channel;
4569 error = phy->switch_channel(mac, chan);
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver.h3668 * switch_channel - Announce channel switch and migrate the GO to the
3677 int (*switch_channel)(void *priv, struct csa_settings *settings); member in struct:wpa_driver_ops

Completed in 146 milliseconds