Searched refs:switch_channel (Results 1 – 6 of 6) sorted by relevance
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()
633 if (!wpa_s->driver->switch_channel) in wpa_drv_switch_channel()635 return wpa_s->driver->switch_channel(wpa_s->drv_priv, settings); in wpa_drv_switch_channel()
510 int (*switch_channel)(struct bwn_mac *, member
1404 mac->mac_phy.switch_channel = bwn_phy_g_switch_channel; in bwn_attach_core() 1422 mac->mac_phy.switch_channel = bwn_phy_lp_switch_channel; in bwn_attach_core() 1440 mac->mac_phy.switch_channel = bwn_phy_n_switch_channel; in bwn_attach_core() 4557 error = phy->switch_channel(mac, chan); in bwn_switch_channel()
4517 int (*switch_channel)(void *priv, struct csa_settings *settings); member
14084 .switch_channel = nl80211_switch_channel,