Searched refs:PKT_TYPE_MGMT (Results 1 – 5 of 5) sorted by relevance
213 } else if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_rx_packet()288 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_uap_txpd()317 if (pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_txpd()
59 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_sta_txpd()100 if (pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_sta_txpd()
167 } else if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_sta_rx_packet()
101 #define PKT_TYPE_MGMT 0xE5 macro1017 return (*(u32 *)skb->data == PKT_TYPE_MGMT); in mwifiex_is_skb_mgmt_frame()
148 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame()