Home
last modified time | relevance | path

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

/Linux-v5.15/net/wireless/
Dsme.c696 wdev->unprot_beacon_reported = 0; in __cfg80211_connect_result()
924 wdev->unprot_beacon_reported = 0; in __cfg80211_roamed()
Dnl80211.c16347 if (wdev->unprot_beacon_reported && in cfg80211_rx_unprot_mlme_mgmt()
16348 elapsed_jiffies_msecs(wdev->unprot_beacon_reported) < 10000) in cfg80211_rx_unprot_mlme_mgmt()
16351 wdev->unprot_beacon_reported = jiffies; in cfg80211_rx_unprot_mlme_mgmt()
/Linux-v5.15/include/net/
Dcfg80211.h5490 unsigned long unprot_beacon_reported; member