Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Dwme.c161 if (skb->protocol == sdata->control_port_protocol) { in __ieee80211_select_queue()
Dsta_info.h339 __be16 control_port_protocol; member
Drx.c1512 if (ethertype == rx->sdata->control_port_protocol) in ieee80211_rx_h_check()
2407 if (ehdr->h_proto == rx->sdata->control_port_protocol) in __ieee80211_data_to_8023()
2428 if (ehdr->h_proto == rx->sdata->control_port_protocol && in ieee80211_frame_allowed()
2446 if (unlikely((skb->protocol == sdata->control_port_protocol || in ieee80211_deliver_skb_to_local_stack()
3974 .control_port_protocol = sdata->control_port_protocol, in ieee80211_check_fast_rx()
4220 payload->proto == fast_rx->control_port_protocol)) in ieee80211_invoke_fast_rx()
Diface.c516 sdata->control_port_protocol = in ieee80211_do_open()
517 master->control_port_protocol; in ieee80211_do_open()
1401 sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); in ieee80211_setup_sdata()
Dtx.c576 if (unlikely(tx->sdata->control_port_protocol == tx->skb->protocol)) { in ieee80211_tx_h_check_control_port_protocol()
1188 tx->sdata->control_port_protocol == tx->skb->protocol) { in ieee80211_tx_prepare()
2627 cpu_to_be16(ethertype) != sdata->control_port_protocol) { in ieee80211_build_hdr()
2706 (cpu_to_be16(ethertype) != sdata->control_port_protocol || in ieee80211_build_hdr()
3425 if (cpu_to_be16(ethertype) == sdata->control_port_protocol) in ieee80211_xmit_fast()
5060 if (proto != sdata->control_port_protocol && in ieee80211_tx_control_port()
Dieee80211_i.h913 __be16 control_port_protocol; member
Dcfg.c1030 sdata->control_port_protocol = params->crypto.control_port_ethertype; in ieee80211_start_ap()
1039 vlan->control_port_protocol = in ieee80211_start_ap()
Dmlme.c5420 sdata->control_port_protocol = req->crypto.control_port_ethertype; in ieee80211_mgd_assoc()