Home
last modified time | relevance | path

Searched refs:ETH_P_TDLS (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dif_ether.h102 #define ETH_P_TDLS 0x890D /* TDLS */ macro
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c150 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_process_rx_packet()
D11n_rxreorder.c56 ntohs(rx_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_11n_dispatch_amsdu_pkt()
Dwmm.c831 if (ntohs(eth_hdr->h_proto) == ETH_P_TDLS) in mwifiex_wmm_add_buf_txqueue()
Dtdls.c481 tf->ether_type = cpu_to_be16(ETH_P_TDLS); in mwifiex_prep_tdls_encap_data()
Dmain.c778 (ntohs(eth_hdr->h_proto) == ETH_P_TDLS))) { in mwifiex_bypass_tx_queue()
/Linux-v4.19/include/linux/
Dieee80211.h3128 if (get_unaligned_be16(tdls_data) == ETH_P_TDLS && in ieee80211_get_tdls_action()
/Linux-v4.19/net/mac80211/
Dtdls.c756 tf->ether_type = cpu_to_be16(ETH_P_TDLS); in ieee80211_prep_tdls_encap_data()
Drx.c2764 cpu_to_be16(ETH_P_TDLS))) { in ieee80211_rx_h_data()
4127 if (unlikely(payload->proto == cpu_to_be16(ETH_P_TDLS) || in ieee80211_invoke_fast_rx()
Dtx.c2317 return ethertype == ETH_P_TDLS && in ieee80211_is_tdls_setup()