Home
last modified time | relevance | path

Searched refs:cfg80211_ref_bss (Results 1 – 7 of 7) sorted by relevance

/linux/net/wireless/
H A Dmlme.c541 cfg80211_ref_bss(&rdev->wiphy, req->bss); in cfg80211_mlme_assoc()
548 cfg80211_ref_bss(&rdev->wiphy, req->links[link_id].bss); in cfg80211_mlme_assoc()
1411 cfg80211_ref_bss(&rdev->wiphy, req->add_links[link_id].bss); in cfg80211_assoc_ml_reconf()
H A Dscan.c3399 void cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *pub) in cfg80211_ref_bss() function
3410 EXPORT_SYMBOL(cfg80211_ref_bss);
/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c193 cfg80211_ref_bss(wiphy, vif->bss); in cfg_connect_result()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c2402 cfg80211_ref_bss(priv->adapter->wiphy, bss); in mwifiex_cfg80211_assoc()
4526 cfg80211_ref_bss(adapter->wiphy, req->bss); in mwifiex_cfg80211_associate()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dcfg80211.c3557 cfg80211_ref_bss(adapter->wiphy, req->bss); in nxpwifi_cfg80211_associate()
/linux/include/net/
H A Dcfg80211.h8486 void cfg80211_ref_bss(struct wiphy *wiphy, struct cfg80211_bss *bss);
/linux/net/mac80211/
H A Dmlme.c10093 cfg80211_ref_bss(local->hw.wiphy, auth_data->bss); in ieee80211_mgd_auth()