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

/net/mac80211/
H A Dmesh_plink.c894 * @ftype: frame type
905 enum ieee80211_self_protected_actioncode ftype,
912 matches_local = (ftype == WLAN_SP_MESH_PEERING_CLOSE ||
922 if (ftype != WLAN_SP_MESH_PEERING_OPEN) {
926 /* ftype == WLAN_SP_MESH_PEERING_OPEN */
946 switch (ftype) {
1002 enum ieee80211_self_protected_actioncode ftype; local
1020 ftype = mgmt->u.action.u.self_prot.action_code;
1021 if ((ftype == WLAN_SP_MESH_PEERING_OPEN && ie_len != 4) ||
1022 (ftype
902 mesh_plink_get_event(struct ieee80211_sub_if_data *sdata, struct sta_info *sta, struct ieee802_11_elems *elems, enum ieee80211_self_protected_actioncode ftype, u16 llid, u16 plid) argument
[all...]
/net/wireless/
H A Dmlme.c619 __le16 ftype = mgmt->frame_control & local
637 if (reg->frame_type != ftype)
H A Dscan.c888 enum cfg80211_bss_frame_type ftype,
931 switch (ftype) {
885 cfg80211_inform_bss_width(struct wiphy *wiphy, struct ieee80211_channel *rx_channel, enum nl80211_bss_scan_width scan_width, enum cfg80211_bss_frame_type ftype, const u8 *bssid, u64 tsf, u16 capability, u16 beacon_interval, const u8 *ie, size_t ielen, s32 signal, gfp_t gfp) argument

Completed in 86 milliseconds