Searched refs:notify_channel (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 237 struct ieee80211_channel *notify_channel; in rtw_cfg80211_inform_bss() local 323 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_inform_bss() 373 bss = cfg80211_inform_bss_frame(wiphy, notify_channel, (struct ieee80211_mgmt *)buf, in rtw_cfg80211_inform_bss() 399 struct ieee80211_channel *notify_channel = NULL; in rtw_cfg80211_check_bss() local 407 notify_channel = ieee80211_get_channel(padapter->rtw_wdev->wiphy, freq); in rtw_cfg80211_check_bss() 408 bss = cfg80211_get_bss(padapter->rtw_wdev->wiphy, notify_channel, in rtw_cfg80211_check_bss() 524 struct ieee80211_channel *notify_channel; in rtw_cfg80211_indicate_connect() local 531 notify_channel = ieee80211_get_channel(wiphy, freq); in rtw_cfg80211_indicate_connect() 534 roam_info.channel = notify_channel; in rtw_cfg80211_indicate_connect()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | cfg80211.c | 2901 struct ieee80211_channel *notify_channel; in brcmf_inform_ibss() local 2944 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_inform_ibss() 2957 bss = cfg80211_inform_bss(wiphy, notify_channel, in brcmf_inform_ibss() 5503 struct ieee80211_channel *notify_channel = NULL; in brcmf_bss_roaming_done() local 5542 notify_channel = ieee80211_get_channel(wiphy, freq); in brcmf_bss_roaming_done() 5547 roam_info.channel = notify_channel; in brcmf_bss_roaming_done()
|