Searched refs:notify_channel (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | ioctl_cfg80211.c | 246 struct ieee80211_channel *notify_channel; in rtw_cfg80211_inform_bss() local 265 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_inform_bss() 282 bss = cfg80211_inform_bss(wiphy, notify_channel, in rtw_cfg80211_inform_bss() 318 struct ieee80211_channel *notify_channel; in rtw_cfg80211_indicate_connect() local 331 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_indicate_connect() 334 cfg80211_roamed(padapter->pnetdev, notify_channel, in rtw_cfg80211_indicate_connect()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 2516 struct ieee80211_channel *notify_channel; in brcmf_inform_single_bss() local 2546 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_inform_single_bss() 2560 bss = cfg80211_inform_bss(wiphy, notify_channel, in brcmf_inform_single_bss() 2613 struct ieee80211_channel *notify_channel; in wl_inform_ibss() local 2655 notify_channel = ieee80211_get_channel(wiphy, freq); in wl_inform_ibss() 2668 bss = cfg80211_inform_bss(wiphy, notify_channel, in wl_inform_ibss() 4781 struct ieee80211_channel *notify_channel = NULL; in brcmf_bss_roaming_done() local 4819 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_bss_roaming_done() 4823 cfg80211_roamed(ndev, notify_channel, (u8 *)profile->bssid, in brcmf_bss_roaming_done()
|