Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h91 #define ETH_P_TDLS 0x890D /* TDLS */ macro
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_rx.c150 ntohs(rx_pkt_hdr->eth803_hdr.h_proto) == ETH_P_TDLS) { in mwifiex_process_rx_packet()
Dwmm.c822 if (ntohs(eth_hdr->h_proto) == ETH_P_TDLS) in mwifiex_wmm_add_buf_txqueue()
Dmain.c711 (ntohs(eth_hdr->h_proto) == ETH_P_TDLS))) { in mwifiex_bypass_tx_queue()
Dtdls.c450 tf->ether_type = cpu_to_be16(ETH_P_TDLS); in mwifiex_prep_tdls_encap_data()
/linux-4.4.14/include/linux/
Dieee80211.h2493 if (get_unaligned_be16(tdls_data) == ETH_P_TDLS && in ieee80211_get_tdls_action()
/linux-4.4.14/net/mac80211/
Dtdls.c751 tf->ether_type = cpu_to_be16(ETH_P_TDLS); in ieee80211_prep_tdls_encap_data()
Drx.c2428 cpu_to_be16(ETH_P_TDLS))) { in ieee80211_rx_h_data()
Dtx.c1902 return ethertype == ETH_P_TDLS && in ieee80211_is_tdls_setup()