Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_plink.c1024 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument
1031 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event()
1041 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event()
1063 switch (ftype) { in mesh_plink_get_event()
1120 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local
1138 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1139 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame()
1140 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame()
1141 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()
1145 ftype, ie_len); in mesh_process_plink_frame()
[all …]
/net/wireless/
Dscan.c2097 enum cfg80211_bss_frame_type ftype; member
2249 switch (data->ftype) { in cfg80211_inform_single_bss_data()
2376 .ftype = tx_data->ftype, in cfg80211_parse_mbssid_data()
2837 .ftype = tx_data->ftype, in cfg80211_parse_ml_elem_sta_data()
3059 if (tx_data->ftype != CFG80211_BSS_FTYPE_PRESP) in cfg80211_parse_ml_sta_data()
3071 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument
3078 .ftype = ftype, in cfg80211_inform_bss_data()
3098 if (ftype == CFG80211_BSS_FTYPE_S1G_BEACON) in cfg80211_inform_bss_data()
3118 enum cfg80211_bss_frame_type ftype; in cfg80211_inform_bss_frame_data() local
3177 ftype = CFG80211_BSS_FTYPE_PRESP; in cfg80211_inform_bss_frame_data()
[all …]
Dmlme.c845 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt_ext() local
863 if (reg->frame_type != ftype) in cfg80211_rx_mgmt_ext()