Home
last modified time | relevance | path

Searched refs:unprot_beacon_reported (Results 1 – 3 of 3) sorted by relevance

/linux/net/wireless/
H A Dsme.c772 wdev->unprot_beacon_reported = 0; in __cfg80211_connect_result()
1129 wdev->unprot_beacon_reported = 0; in __cfg80211_roamed()
H A Dnl80211.c18142 if (wdev->unprot_beacon_reported && in cfg80211_rx_unprot_mlme_mgmt()
18143 elapsed_jiffies_msecs(wdev->unprot_beacon_reported) < 10000) in cfg80211_rx_unprot_mlme_mgmt()
18146 wdev->unprot_beacon_reported = jiffies; in cfg80211_rx_unprot_mlme_mgmt()
/linux/include/net/
H A Dcfg80211.h6333 unsigned long unprot_beacon_reported; member