Searched refs:stype (Results 1 - 9 of 9) 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.c1001 u16 stype,
1015 if (stype == IEEE80211_STYPE_PROBE_RESP &&
1047 stype, mgmt, &elems, rx_status);
1213 u16 stype; local
1223 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
1225 switch (stype) {
1228 ieee80211_mesh_rx_bcn_presp(sdata, stype, mgmt, skb->len,
1000 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 Dieee80211_i.h559 u16 stype,
1805 const u8 *bssid, u16 stype, u16 reason,
H A Dutil.c1211 const u8 *bssid, u16 stype, u16 reason,
1219 mgmt->frame_control = cpu_to_le16(IEEE80211_FTYPE_MGMT | stype);
1210 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 Drx.c2817 __le16 stype; local
2819 stype = mgmt->frame_control & cpu_to_le16(IEEE80211_FCTL_STYPE);
2826 switch (stype) {
H A Dmlme.c1823 u16 stype, u16 reason, bool tx,
1863 ieee80211_send_deauth_disassoc(sdata, ifmgd->bssid, stype,
1822 ieee80211_set_disassoc(struct ieee80211_sub_if_data *sdata, u16 stype, u16 reason, bool tx, u8 *frame_buf) argument
/net/wireless/
H A Dmlme.c514 u16 stype; local
530 stype = le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE;
531 if (!(wdev->wiphy->mgmt_stypes[wdev->iftype].tx & BIT(stype >> 4)))
621 u16 stype; local
624 stype = (le16_to_cpu(mgmt->frame_control) & IEEE80211_FCTL_STYPE) >> 4;
626 if (!(stypes->rx & BIT(stype))) {
/net/bluetooth/
H A Damp.c425 cp.tx_flow_spec.stype = chan->local_stype;
432 cp.rx_flow_spec.stype = chan->remote_stype;
H A Dl2cap_core.c2983 efs.stype = chan->local_stype;
2992 efs.stype = L2CAP_SERV_BESTEFFORT;
3391 efs.stype != L2CAP_SERV_NOTRAFIC &&
3392 efs.stype != chan->local_stype) {
3438 chan->remote_stype = efs.stype;
3539 efs.stype != L2CAP_SERV_NOTRAFIC &&
3540 efs.stype != chan->local_stype)

Completed in 201 milliseconds