Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 3 of 3) sorted by relevance

/net/mac80211/
Dmesh_plink.c1010 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument
1017 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event()
1027 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event()
1049 switch (ftype) { in mesh_plink_get_event()
1106 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local
1124 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1125 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame()
1126 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame()
1127 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()
1131 ftype, ie_len); in mesh_process_plink_frame()
[all …]
/net/wireless/
Dscan.c1946 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_single_bss_data() argument
2007 switch (ftype) { in cfg80211_inform_single_bss_data()
2132 enum cfg80211_bss_frame_type ftype, in cfg80211_parse_mbssid_data() argument
2230 ftype, in cfg80211_parse_mbssid_data()
2252 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument
2260 res = cfg80211_inform_single_bss_data(wiphy, data, ftype, bssid, tsf, in cfg80211_inform_bss_data()
2266 cfg80211_parse_mbssid_data(wiphy, data, ftype, bssid, tsf, in cfg80211_inform_bss_data()
2280 enum cfg80211_bss_frame_type ftype; in cfg80211_parse_mbssid_frame_data() local
2285 ftype = ieee80211_is_beacon(mgmt->frame_control) ? in cfg80211_parse_mbssid_frame_data()
2288 cfg80211_parse_mbssid_data(wiphy, data, ftype, mgmt->bssid, in cfg80211_parse_mbssid_frame_data()
Dmlme.c807 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt_ext() local
825 if (reg->frame_type != ftype) in cfg80211_rx_mgmt_ext()