Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_plink.c907 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument
914 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE || in mesh_plink_get_event()
924 if (ftype != WLAN_SP_MESH_PEERING_OPEN) { in mesh_plink_get_event()
948 switch (ftype) { in mesh_plink_get_event()
1004 enum ieee80211_self_protected_actioncode ftype; in mesh_process_plink_frame() local
1022 ftype = mgmt->u.action.u.self_prot.action_code; in mesh_process_plink_frame()
1023 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) || in mesh_process_plink_frame()
1024 (ftype == WLAN_SP_MESH_PEERING_CONFIRM && ie_len != 6) || in mesh_process_plink_frame()
1025 (ftype == WLAN_SP_MESH_PEERING_CLOSE && ie_len != 6 in mesh_process_plink_frame()
1029 ftype, ie_len); in mesh_process_plink_frame()
[all …]
/net/wireless/
Dmlme.c619 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt() local
637 if (reg->frame_type != ftype) in cfg80211_rx_mgmt()
Dscan.c888 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_width() argument
931 switch (ftype) { in cfg80211_inform_bss_width()