Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/rtl8723bs/os_dep/
Dioctl_cfg80211.c211 struct ieee80211_channel *notify_channel; in rtw_cfg80211_inform_bss() local
273 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_inform_bss()
317 bss = cfg80211_inform_bss_frame(wiphy, notify_channel, (struct ieee80211_mgmt *)buf, in rtw_cfg80211_inform_bss()
341 struct ieee80211_channel *notify_channel = NULL; in rtw_cfg80211_check_bss() local
349 notify_channel = ieee80211_get_channel(padapter->rtw_wdev->wiphy, freq); in rtw_cfg80211_check_bss()
350 bss = cfg80211_get_bss(padapter->rtw_wdev->wiphy, notify_channel, in rtw_cfg80211_check_bss()
444 struct ieee80211_channel *notify_channel; in rtw_cfg80211_indicate_connect() local
451 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_indicate_connect()
453 roam_info.channel = notify_channel; in rtw_cfg80211_indicate_connect()
/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dcfg80211.c3081 struct ieee80211_channel *notify_channel; in brcmf_inform_ibss() local
3124 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_inform_ibss()
3137 bss = cfg80211_inform_bss(wiphy, notify_channel, in brcmf_inform_ibss()
5976 struct ieee80211_channel *notify_channel = NULL; in brcmf_bss_roaming_done() local
6015 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_bss_roaming_done()
6020 roam_info.channel = notify_channel; in brcmf_bss_roaming_done()