Searched defs:stype (Results 1 - 6 of 6) sorted by relevance

/net/mac80211/
H A Dmesh_sync.c79 u16 stype,
92 if (stype != IEEE80211_STYPE_BEACON)
78 mesh_sync_offset_rx_bcn_presp(struct ieee80211_sub_if_data *sdata, u16 stype, struct ieee80211_mgmt *mgmt, struct ieee802_11_elems *elems, struct ieee80211_rx_status *rx_status) argument
H A Dmesh.c879 u16 stype,
893 if (stype == IEEE80211_STYPE_PROBE_RESP &&
925 stype, mgmt, &elems, rx_status);
955 u16 stype; local
959 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
961 switch (stype) {
964 ieee80211_mesh_rx_bcn_presp(sdata, stype, mgmt, skb->len,
878 ieee80211_mesh_rx_bcn_presp(struct ieee80211_sub_if_data *sdata, u16 stype, struct ieee80211_mgmt *mgmt, size_t len, struct ieee80211_rx_status *rx_status) argument
H A Drx.c2705 __le16 stype; local
2707 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE);
2714 switch (stype) {
H A Dutil.c1144 const u8 *bssid, u16 stype, u16 reason,
1152 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype);
1143 ieee80211_send_deauth_disassoc(struct ieee80211_sub_if_data *sdata, const u8 *bssid, u16 stype, u16 reason, bool send_frame, u8 *frame_buf) argument
H A Dmlme.c1838 u16 stype, u16 reason, bool tx,
1878 ieee80211_send_deauth_disassoc(sdata, ifmgd->bssid, stype,
1837 ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, u16 stype, u16 reason, bool tx, u8 *frame_buf) argument
/net/wireless/
H A Dmlme.c681 u16 stype; local
697 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
698 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4)))
790 u16 stype; local
793 stype = (le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE) >> 4;
795 if (!(stypes->rx & BIT(stype))) {

Completed in 83 milliseconds