Home
last modified time | relevance | path

Searched refs:PKT_TYPE_MGMT (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_tx.c63 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_sta_txpd()
110 if (pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_sta_txpd()
Duap_txrx.c406 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_rx_packet()
485 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_uap_txpd()
518 if (pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_txpd()
Dsta_rx.c215 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_sta_rx_packet()
Dmain.h132 #define PKT_TYPE_MGMT 0xE5 macro
1409 return (get_unaligned_le32(skb->data) == PKT_TYPE_MGMT); in mwifiex_is_skb_mgmt_frame()
Dtdls.c851 pkt_type = PKT_TYPE_MGMT; in mwifiex_send_tdls_action_frame()
Dcfg80211.c179 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame()