Home
last modified time | relevance | path

Searched refs:WLAN_STA_MFP (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/include/
Dieee80211.h43 #define WLAN_STA_MFP BIT(10) macro
/linux-4.4.14/net/mac80211/
Dsta_info.h80 WLAN_STA_MFP, enumerator
Dcfg.c222 if (key->sta && test_sta_flag(key->sta, WLAN_STA_MFP)) in ieee80211_add_key()
1103 set_sta_flag(sta, WLAN_STA_MFP); in sta_apply_parameters()
1105 clear_sta_flag(sta, WLAN_STA_MFP); in sta_apply_parameters()
Dsta_info.c2060 if (test_sta_flag(sta, WLAN_STA_MFP)) in sta_set_sinfo()
Drx.c1994 if (rx->sta && test_sta_flag(rx->sta, WLAN_STA_MFP)) { in ieee80211_drop_unencrypted_mgmt()
Dtx.c466 if (sta == NULL || !test_sta_flag(sta, WLAN_STA_MFP)) in ieee80211_use_mfp()
Dmlme.c3036 set_sta_flag(sta, WLAN_STA_MFP); in ieee80211_assoc_success()
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dieee80211.h77 #define WLAN_STA_MFP BIT(10) macro