Home
last modified time | relevance | path

Searched refs:notify_channel (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c239 struct ieee80211_channel *notify_channel; in rtw_cfg80211_inform_bss() local
325 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_inform_bss()
375 bss = cfg80211_inform_bss_frame(wiphy, notify_channel, (struct ieee80211_mgmt *)buf, in rtw_cfg80211_inform_bss()
401 struct ieee80211_channel *notify_channel = NULL; in rtw_cfg80211_check_bss() local
409 notify_channel = ieee80211_get_channel(padapter->rtw_wdev->wiphy, freq); in rtw_cfg80211_check_bss()
410 bss = cfg80211_get_bss(padapter->rtw_wdev->wiphy, notify_channel, in rtw_cfg80211_check_bss()
526 struct ieee80211_channel *notify_channel; in rtw_cfg80211_indicate_connect() local
533 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_indicate_connect()
536 roam_info.channel = notify_channel; in rtw_cfg80211_indicate_connect()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c2828 struct ieee80211_channel *notify_channel; in brcmf_inform_ibss() local
2871 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_inform_ibss()
2884 bss = cfg80211_inform_bss(wiphy, notify_channel, in brcmf_inform_ibss()
5397 struct ieee80211_channel *notify_channel = NULL; in brcmf_bss_roaming_done() local
5436 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_bss_roaming_done()
5441 roam_info.channel = notify_channel; in brcmf_bss_roaming_done()