Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/include/
Dieee80211.h43 #define WLAN_STA_MFP BIT(10) macro
/linux-4.1.27/net/mac80211/
Dsta_info.h78 WLAN_STA_MFP, enumerator
Dcfg.c220 if (key->sta && test_sta_flag(key->sta, WLAN_STA_MFP)) in ieee80211_add_key()
1083 set_sta_flag(sta, WLAN_STA_MFP); in sta_apply_parameters()
1085 clear_sta_flag(sta, WLAN_STA_MFP); in sta_apply_parameters()
Dsta_info.c1991 if (test_sta_flag(sta, WLAN_STA_MFP)) in sta_set_sinfo()
Dtx.c456 if (sta == NULL || !test_sta_flag(sta, WLAN_STA_MFP)) in ieee80211_use_mfp()
Drx.c1966 if (rx->sta && test_sta_flag(rx->sta, WLAN_STA_MFP)) { in ieee80211_drop_unencrypted_mgmt()
Dmlme.c3000 set_sta_flag(sta, WLAN_STA_MFP); in ieee80211_assoc_success()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dieee80211.h77 #define WLAN_STA_MFP BIT(10) macro