Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dnl80211.h2266 NL80211_STA_FLAG_MFP, enumerator
/linux-4.1.27/net/mac80211/
Dsta_info.c1981 BIT(NL80211_STA_FLAG_MFP) | in sta_set_sinfo()
1992 sinfo->sta_flags.set |= BIT(NL80211_STA_FLAG_MFP); in sta_set_sinfo()
Dcfg.c1080 if (mask & BIT(NL80211_STA_FLAG_MFP)) { in sta_apply_parameters()
1081 sta->sta.mfp = !!(set & BIT(NL80211_STA_FLAG_MFP)); in sta_apply_parameters()
1082 if (set & BIT(NL80211_STA_FLAG_MFP)) in sta_apply_parameters()
/linux-4.1.27/net/wireless/
Dnl80211.c3496 [NL80211_STA_FLAG_MFP] = { .type = NLA_FLAG },
3550 BIT(NL80211_STA_FLAG_MFP); in parse_station_flags()
3559 BIT(NL80211_STA_FLAG_MFP) | in parse_station_flags()
3965 BIT(NL80211_STA_FLAG_MFP) | in cfg80211_check_station_change()
4030 BIT(NL80211_STA_FLAG_MFP))) in cfg80211_check_station_change()