Searched refs:ftype (Results 1 – 3 of 3) sorted by relevance
955 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument962 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event()972 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event()996 switch (ftype) { in mesh_plink_get_event()1052 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local1070 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()1071 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame()1072 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame()1073 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()1077 ftype, ie_len); in mesh_process_plink_frame()[all …]
678 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt() local696 if (reg->frame_type != ftype) in cfg80211_rx_mgmt()
1013 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument1059 switch (ftype) { in cfg80211_inform_bss_data()