Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Dwme.c161 if (skb->protocol == sdata->control_port_protocol) { in __ieee80211_select_queue()
H A Drx.c1498 if (ethertype == rx->sdata->control_port_protocol) in ieee80211_rx_h_check()
2435 ethertype == rx->sdata->control_port_protocol) in ieee80211_drop_unencrypted()
2534 if (ehdr->h_proto == rx->sdata->control_port_protocol) in __ieee80211_data_to_8023()
2556 if (unlikely(ehdr->h_proto == rx->sdata->control_port_protocol)) in ieee80211_frame_allowed()
2573 if (unlikely((skb->protocol == sdata->control_port_protocol || in ieee80211_deliver_skb_to_local_stack()
2601 if (unlikely(skb->protocol == sdata->control_port_protocol && in ieee80211_deliver_skb_to_local_stack()
2644 ehdr->h_proto != rx->sdata->control_port_protocol && in ieee80211_deliver_skb()
4195 .control_port_protocol = sdata->control_port_protocol, in ieee80211_check_fast_rx()
4442 payload->proto == fast_rx->control_port_protocol)) in ieee80211_invoke_fast_rx()
H A Dtx.c581 if (unlikely(tx->sdata->control_port_protocol == tx->skb->protocol)) { in ieee80211_tx_h_check_control_port_protocol()
1200 tx->sdata->control_port_protocol == tx->skb->protocol) { in ieee80211_tx_prepare()
2713 cpu_to_be16(ethertype) != sdata->control_port_protocol) { in ieee80211_build_hdr()
2792 (cpu_to_be16(ethertype) != sdata->control_port_protocol || in ieee80211_build_hdr()
3505 if (cpu_to_be16(ethertype) == sdata->control_port_protocol) in ieee80211_xmit_fast()
4048 if (skb->protocol == sdata->control_port_protocol) in __ieee80211_subif_start_xmit()
4330 sdata->control_port_protocol == ehdr->h_proto)) in ieee80211_subif_start_xmit_8023()
5482 if (proto != sdata->control_port_protocol && in ieee80211_tx_control_port()
5486 if (proto == sdata->control_port_protocol) in ieee80211_tx_control_port()
H A Dsta_info.h351 __be16 control_port_protocol; member
H A Diface.c1043 sdata->control_port_protocol = in ieee80211_do_open()
1044 master->control_port_protocol; in ieee80211_do_open()
1514 sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); in ieee80211_setup_sdata()
H A Dstatus.c639 if (ethertype == sdata->control_port_protocol || in ieee80211_report_ack_skb()
H A Dieee80211_i.h915 __be16 control_port_protocol; member
H A Dcfg.c1114 sdata->control_port_protocol = params->crypto.control_port_ethertype; in ieee80211_start_ap()
1125 vlan->control_port_protocol = in ieee80211_start_ap()
H A Dmlme.c5689 sdata->control_port_protocol = req->crypto.control_port_ethertype; in ieee80211_mgd_assoc()