Home
last modified time | relevance | path

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

/net/mac80211/
Dmesh_plink.c955 enum ieee80211_self_protected_actioncode ftype, in mesh_plink_get_event() argument
962 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() local
1070 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 …]
/net/wireless/
Dmlme.c678 __le16 ftype = mgmt->frame_control & in cfg80211_rx_mgmt() local
696 if (reg->frame_type != ftype) in cfg80211_rx_mgmt()
Dscan.c1013 enum cfg80211_bss_frame_type ftype, in cfg80211_inform_bss_data() argument
1059 switch (ftype) { in cfg80211_inform_bss_data()