Searched refs:notify_channel (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/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.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 2601 struct ieee80211_channel *notify_channel; in brcmf_inform_single_bss() local 2631 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_inform_single_bss() 2645 bss = cfg80211_inform_bss(wiphy, notify_channel, in brcmf_inform_single_bss() 2698 struct ieee80211_channel *notify_channel; in wl_inform_ibss() local 2740 notify_channel = ieee80211_get_channel(wiphy, freq); in wl_inform_ibss() 2753 bss = cfg80211_inform_bss(wiphy, notify_channel, in wl_inform_ibss() 4868 struct ieee80211_channel *notify_channel = NULL; in brcmf_bss_roaming_done() local 4906 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_bss_roaming_done() 4910 cfg80211_roamed(ndev, notify_channel, (u8 *)profile->bssid, in brcmf_bss_roaming_done()
|