Home
last modified time | relevance | path

Searched refs:hostap_80211_get_hdrlen (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/hostap/
Dhostap.h34 int hostap_80211_get_hdrlen(__le16 fc);
Dhostap_80211_rx.c101 hdrlen = hostap_80211_get_hdrlen(fhdr->frame_control); in prism2_rx_80211()
660 hdrlen = hostap_80211_get_hdrlen(hdr->frame_control); in hostap_rx_frame_decrypt()
698 hdrlen = hostap_80211_get_hdrlen(hdr->frame_control); in hostap_rx_frame_decrypt_msdu()
758 hdrlen = hostap_80211_get_hdrlen(hdr->frame_control); in hostap_80211_rx()
Dhostap_main.c589 int hostap_80211_get_hdrlen(__le16 fc) in hostap_80211_get_hdrlen() function
1130 EXPORT_SYMBOL(hostap_80211_get_hdrlen);
Dhostap_80211_tx.c358 hdr_len = hostap_80211_get_hdrlen(hdr->frame_control); in hostap_tx_encrypt()
Dhostap_hw.c2081 hdrlen = hostap_80211_get_hdrlen(rxdesc->frame_control); in hostap_rx_skb()
2203 hdrlen = hostap_80211_get_hdrlen(txdesc->frame_control); in hostap_tx_callback()
2314 int hdrlen = hostap_80211_get_hdrlen(txdesc->frame_control); in hostap_sta_tx_exc_tasklet()
Dhostap_ap.c669 skb_pull(skb, hostap_80211_get_hdrlen(hdr->frame_control)); in hostap_ap_tx_cb()
1000 hdrlen = hostap_80211_get_hdrlen(cpu_to_le16(type_subtype)); in prism2_send_mgmt()
1363 hdrlen = hostap_80211_get_hdrlen(hdr->frame_control); in handle_authen()