Searched refs:notify_channel (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/os_dep/ |
H A D | ioctl_cfg80211.c | 246 struct ieee80211_channel *notify_channel; rtw_cfg80211_inform_bss() local 265 notify_channel = ieee80211_get_channel(wiphy, freq); rtw_cfg80211_inform_bss() 282 bss = cfg80211_inform_bss(wiphy, notify_channel, rtw_cfg80211_inform_bss() 318 struct ieee80211_channel *notify_channel; rtw_cfg80211_indicate_connect() local 331 notify_channel = ieee80211_get_channel(wiphy, freq); rtw_cfg80211_indicate_connect() 334 cfg80211_roamed(padapter->pnetdev, notify_channel, rtw_cfg80211_indicate_connect()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 2601 struct ieee80211_channel *notify_channel; brcmf_inform_single_bss() local 2631 notify_channel = ieee80211_get_channel(wiphy, freq); brcmf_inform_single_bss() 2645 bss = cfg80211_inform_bss(wiphy, notify_channel, brcmf_inform_single_bss() 2698 struct ieee80211_channel *notify_channel; wl_inform_ibss() local 2740 notify_channel = ieee80211_get_channel(wiphy, freq); wl_inform_ibss() 2753 bss = cfg80211_inform_bss(wiphy, notify_channel, wl_inform_ibss() 4868 struct ieee80211_channel *notify_channel = NULL; brcmf_bss_roaming_done() local 4906 notify_channel = ieee80211_get_channel(wiphy, freq); brcmf_bss_roaming_done() 4910 cfg80211_roamed(ndev, notify_channel, (u8 *)profile->bssid, brcmf_bss_roaming_done()
|
Completed in 166 milliseconds