Home
last modified time | relevance | path

Searched refs:IEEE80211_MGMT_HDR_LEN (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/wireless/intersil/hostap/
Dhostap_80211.h64 #define IEEE80211_MGMT_HDR_LEN 24 macro
Dhostap_ap.c649 skb->len < IEEE80211_MGMT_HDR_LEN + 6) { in hostap_ap_tx_cb_auth()
656 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in hostap_ap_tx_cb_auth()
718 skb->len < IEEE80211_MGMT_HDR_LEN + 4) { in hostap_ap_tx_cb_assoc()
741 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in hostap_ap_tx_cb_assoc()
1299 len = skb->len - IEEE80211_MGMT_HDR_LEN; in handle_authen()
1324 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in handle_authen()
1510 left = len = skb->len - IEEE80211_MGMT_HDR_LEN; in handle_assoc()
1532 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in handle_assoc()
1710 char *body = (char *) (skb->data + IEEE80211_MGMT_HDR_LEN); in handle_deauth()
1716 len = skb->len - IEEE80211_MGMT_HDR_LEN; in handle_deauth()
[all …]
Dhostap_main.c1037 skb = dev_alloc_skb(IEEE80211_MGMT_HDR_LEN + bodylen); in prism2_sta_send_mgmt()
1041 mgmt = skb_put_zero(skb, IEEE80211_MGMT_HDR_LEN); in prism2_sta_send_mgmt()
Dhostap_80211_rx.c402 if (skb->len < IEEE80211_MGMT_HDR_LEN + sizeof(mgmt->u.beacon)) in hostap_rx_sta_beacon()
/linux-5.19.10/drivers/staging/r8188eu/include/
Dieee80211.h381 #define IEEE80211_MGMT_HDR_LEN 24 macro
/linux-5.19.10/drivers/staging/rtl8723bs/include/
Dieee80211.h295 #define IEEE80211_MGMT_HDR_LEN 24 macro
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h342 #define IEEE80211_MGMT_HDR_LEN 24 macro