Home
last modified time | relevance | path

Searched refs:NL80211_STA_FLAG_MFP (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dnl80211.h2293 NL80211_STA_FLAG_MFP, enumerator
/linux-4.4.14/net/mac80211/
Dsta_info.c2050 BIT(NL80211_STA_FLAG_MFP) | in sta_set_sinfo()
2061 sinfo->sta_flags.set |= BIT(NL80211_STA_FLAG_MFP); in sta_set_sinfo()
Dcfg.c1100 if (mask & BIT(NL80211_STA_FLAG_MFP)) { in sta_apply_parameters()
1101 sta->sta.mfp = !!(set & BIT(NL80211_STA_FLAG_MFP)); in sta_apply_parameters()
1102 if (set & BIT(NL80211_STA_FLAG_MFP)) in sta_apply_parameters()
/linux-4.4.14/net/wireless/
Dnl80211.c3521 [NL80211_STA_FLAG_MFP] = { .type = NLA_FLAG },
3575 BIT(NL80211_STA_FLAG_MFP); in parse_station_flags()
3584 BIT(NL80211_STA_FLAG_MFP) | in parse_station_flags()
3993 BIT(NL80211_STA_FLAG_MFP) | in cfg80211_check_station_change()
4061 BIT(NL80211_STA_FLAG_MFP))) in cfg80211_check_station_change()