Searched refs:it_len (Results 1 – 13 of 13) sorted by relevance
71 __le16 it_len; /* length of the whole member330 return get_unaligned_le16(&hdr->it_len); in ieee80211_get_radiotap_len()
93 cb_hdr->hdr.it_len = cpu_to_le16(sizeof(struct wilc_wfi_radiotap_cb_hdr)); in WILC_WFI_monitor_rx()121 hdr->hdr.it_len = cpu_to_le16(sizeof(struct wilc_wfi_radiotap_hdr)); in WILC_WFI_monitor_rx()122 PRINT_INFO(HOSTAPD_DBG, "Radiotap len %d\n", hdr->hdr.it_len); in WILC_WFI_monitor_rx()262 cb_hdr->hdr.it_len = cpu_to_le16(sizeof(struct wilc_wfi_radiotap_cb_hdr)); in WILC_WFI_mon_xmit()
109 if (max_length < get_unaligned_le16(&radiotap_header->it_len)) in ieee80211_radiotap_iterator_init()113 iterator->_max_length = get_unaligned_le16(&radiotap_header->it_len); in ieee80211_radiotap_iterator_init()
247 radiotap_hdr.hdr.it_len = cpu_to_le16 (sizeof(struct rx_radiotap_hdr)); in process_rxed_802_11_packet()
34 Note also that the it_len member __le16 is set to the total number of bytes
287 rthdr->it_len = cpu_to_le16(rtap_len); in ieee80211_add_tx_radiotap_header()
1166 skb->len < le16_to_cpu(rtap->it_len) + 2 /* frame control */) in ieee80211_monitor_select_queue()1169 hdr = (void *)((u8 *)skb->data + le16_to_cpu(rtap->it_len)); in ieee80211_monitor_select_queue()
240 rthdr->it_len = cpu_to_le16(rtap_len); in ieee80211_add_rx_radiotap_header()
177 hdr->hdr.it_len = cpu_to_le16(phdrlen); in prism2_rx_80211()
823 hdr->hdr.it_len = cpu_to_le16(sizeof(*hdr)); in mac80211_hwsim_monitor_rx()867 hdr->hdr.it_len = cpu_to_le16(sizeof(*hdr)); in mac80211_hwsim_monitor_ack()
329 rtap_vendor->rtap.rthdr.it_len = cpu_to_le16(rtap_len); in wil_rx_add_radiotap_header()
7808 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total header+data */ in ipw_handle_data_packet_monitor()8014 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(*ipw_rt)); /* total header+data */ in ipw_handle_promiscuous_rx()10398 rt_hdr->it_len = cpu_to_le16(dst->len); in ipw_handle_promiscuous_tx()
2586 ipw_rt->rt_hdr.it_len = cpu_to_le16(sizeof(struct ipw_rt_hdr)); /* total hdr+data */ in isr_rx_monitor()