Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_tx.c42 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_sta_txpd()
53 if (pkt_type == PKT_TYPE_MGMT) in mwifiex_process_sta_txpd()
90 if (pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_sta_txpd()
H A Duap_txrx.c416 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_rx_packet()
483 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_uap_txpd()
516 if (pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_txpd()
H A Dsta_rx.c218 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_sta_rx_packet()
H A Dtdls.c848 pkt_type = PKT_TYPE_MGMT; in mwifiex_send_tdls_action_frame()
H A Dcfg80211.c169 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame()
4284 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_cfg80211_authenticate()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_tx.c29 pkt_type = nxpwifi_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in nxpwifi_process_sta_txpd()
41 if (pkt_type == PKT_TYPE_MGMT) in nxpwifi_process_sta_txpd()
76 if (pkt_type == PKT_TYPE_MGMT) { in nxpwifi_process_sta_txpd()
H A Duap_txrx.c378 if (rx_pkt_type == PKT_TYPE_MGMT) { in nxpwifi_process_uap_rx_packet()
431 pkt_type = nxpwifi_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in nxpwifi_process_uap_txpd()
464 if (pkt_type == PKT_TYPE_MGMT) { in nxpwifi_process_uap_txpd()
H A Dsta_rx.c201 if (rx_pkt_type == PKT_TYPE_MGMT) { in nxpwifi_process_sta_rx_packet()
H A Dmain.h109 #define PKT_TYPE_MGMT 0xE5 macro
1223 return (get_unaligned_le32(skb->data) == PKT_TYPE_MGMT); in nxpwifi_is_skb_mgmt_frame()
H A Dcfg80211.c126 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in nxpwifi_form_mgmt_frame()