Searched refs:IEEE80211_MGMT_HDR_LEN (Results 1 – 7 of 7) sorted by relevance
696 skb->len < IEEE80211_MGMT_HDR_LEN + 6) { in hostap_ap_tx_cb_auth()703 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in hostap_ap_tx_cb_auth()765 skb->len < IEEE80211_MGMT_HDR_LEN + 4) { in hostap_ap_tx_cb_assoc()788 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in hostap_ap_tx_cb_assoc()1361 len = skb->len - IEEE80211_MGMT_HDR_LEN; in handle_authen()1386 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in handle_authen()1572 left = len = skb->len - IEEE80211_MGMT_HDR_LEN; in handle_assoc()1594 pos = (__le16 *) (skb->data + IEEE80211_MGMT_HDR_LEN); in handle_assoc()1772 char *body = (char *) (skb->data + IEEE80211_MGMT_HDR_LEN); in handle_deauth()1778 len = skb->len - IEEE80211_MGMT_HDR_LEN; in handle_deauth()[all …]
63 #define IEEE80211_MGMT_HDR_LEN 24 macro
1049 skb = dev_alloc_skb(IEEE80211_MGMT_HDR_LEN + bodylen); in prism2_sta_send_mgmt()1054 skb_put(skb, IEEE80211_MGMT_HDR_LEN); in prism2_sta_send_mgmt()1055 memset(mgmt, 0, IEEE80211_MGMT_HDR_LEN); in prism2_sta_send_mgmt()
403 if (skb->len < IEEE80211_MGMT_HDR_LEN + sizeof(mgmt->u.beacon)) in hostap_rx_sta_beacon()
322 #define IEEE80211_MGMT_HDR_LEN 24 macro
422 #define IEEE80211_MGMT_HDR_LEN 24 macro
345 #define IEEE80211_MGMT_HDR_LEN 24 macro