Home
last modified time | relevance | path

Searched refs:control_port_protocol (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/mac80211/
Dwme.c211 if (skb->protocol == sdata->control_port_protocol) { in ieee80211_select_queue()
Dsta_info.h332 __be16 control_port_protocol; member
Drx.c1433 if (ethertype == rx->sdata->control_port_protocol) in ieee80211_rx_h_check()
2330 if (ehdr->h_proto == rx->sdata->control_port_protocol) in __ieee80211_data_to_8023()
2351 if (ehdr->h_proto == rx->sdata->control_port_protocol && in ieee80211_frame_allowed()
2369 if (unlikely((skb->protocol == sdata->control_port_protocol || in ieee80211_deliver_skb_to_local_stack()
3878 .control_port_protocol = sdata->control_port_protocol, in ieee80211_check_fast_rx()
4128 payload->proto == fast_rx->control_port_protocol)) in ieee80211_invoke_fast_rx()
Diface.c518 sdata->control_port_protocol = in ieee80211_do_open()
519 master->control_port_protocol; in ieee80211_do_open()
1403 sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); in ieee80211_setup_sdata()
Dtx.c579 if (unlikely(tx->sdata->control_port_protocol == tx->skb->protocol)) { in ieee80211_tx_h_check_control_port_protocol()
1191 tx->sdata->control_port_protocol == tx->skb->protocol) { in ieee80211_tx_prepare()
2578 cpu_to_be16(ethertype) != sdata->control_port_protocol) { in ieee80211_build_hdr()
2657 (cpu_to_be16(ethertype) != sdata->control_port_protocol || in ieee80211_build_hdr()
3361 if (cpu_to_be16(ethertype) == sdata->control_port_protocol) in ieee80211_xmit_fast()
4835 if (proto != sdata->control_port_protocol && in ieee80211_tx_control_port()
Dieee80211_i.h903 __be16 control_port_protocol; member
Dcfg.c927 sdata->control_port_protocol = params->crypto.control_port_ethertype; in ieee80211_start_ap()
936 vlan->control_port_protocol = in ieee80211_start_ap()
Dmlme.c5208 sdata->control_port_protocol = req->crypto.control_port_ethertype; in ieee80211_mgd_assoc()