Home
last modified time | relevance | path

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

/net/mac80211/
Dsta_info.h74 WLAN_STA_MFP, enumerator
Dcfg.c213 if (key->sta && test_sta_flag(key->sta, WLAN_STA_MFP)) in ieee80211_add_key()
1031 set_sta_flag(sta, WLAN_STA_MFP); in sta_apply_parameters()
1033 clear_sta_flag(sta, WLAN_STA_MFP); in sta_apply_parameters()
Dtx.c454 if (sta == NULL || !test_sta_flag(sta, WLAN_STA_MFP)) in ieee80211_use_mfp()
600 tx->sta && test_sta_flag(tx->sta, WLAN_STA_MFP))) in ieee80211_tx_h_select_key()
Dsta_info.c1843 if (test_sta_flag(sta, WLAN_STA_MFP)) in sta_set_sinfo()
Drx.c1834 if (rx->sta && test_sta_flag(rx->sta, WLAN_STA_MFP)) { in ieee80211_drop_unencrypted_mgmt()
Dmlme.c2754 set_sta_flag(sta, WLAN_STA_MFP); in ieee80211_assoc_success()