Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/common/chdr_resource/
H A Dhardcoded_packets.cpp49 header.set_pkt_type(chdr_rfnoc::PKT_TYPE_MGMT); in make_mgmt_packet0()
70 header.set_pkt_type(chdr_rfnoc::PKT_TYPE_MGMT); in make_mgmt_packet1()
91 header.set_pkt_type(chdr_rfnoc::PKT_TYPE_MGMT); in make_mgmt_packet2()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A Duap_txrx.c400 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_rx_packet()
476 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_uap_txpd()
509 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 Dmain.h133 #define PKT_TYPE_MGMT 0xE5 macro
1399 return (get_unaligned_le32(skb->data) == PKT_TYPE_MGMT); in mwifiex_is_skb_mgmt_frame()
H A Dtdls.c849 pkt_type = PKT_TYPE_MGMT; in mwifiex_send_tdls_action_frame()
H A Dcfg80211.c180 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A Duap_txrx.c400 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_rx_packet()
476 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_uap_txpd()
509 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 Dmain.h133 #define PKT_TYPE_MGMT 0xE5 macro
1399 return (get_unaligned_le32(skb->data) == PKT_TYPE_MGMT); in mwifiex_is_skb_mgmt_frame()
H A Dtdls.c849 pkt_type = PKT_TYPE_MGMT; in mwifiex_send_tdls_action_frame()
H A Dcfg80211.c180 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/marvell/mwifiex/
H A 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()
H A Duap_txrx.c400 if (rx_pkt_type == PKT_TYPE_MGMT) { in mwifiex_process_uap_rx_packet()
476 pkt_type = mwifiex_is_skb_mgmt_frame(skb) ? PKT_TYPE_MGMT : 0; in mwifiex_process_uap_txpd()
509 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 Dmain.h133 #define PKT_TYPE_MGMT 0xE5 macro
1399 return (get_unaligned_le32(skb->data) == PKT_TYPE_MGMT); in mwifiex_is_skb_mgmt_frame()
H A Dtdls.c849 pkt_type = PKT_TYPE_MGMT; in mwifiex_send_tdls_action_frame()
H A Dcfg80211.c180 u32 tx_control = 0, pkt_type = PKT_TYPE_MGMT; in mwifiex_form_mgmt_frame()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/tools/dissectors/epan/rfnoc/
H A Dpacket-rfnoc.cpp85 { uhd::rfnoc::chdr::packet_type_t::PKT_TYPE_MGMT, "Management" },
94 { uhd::rfnoc::chdr::packet_type_t::PKT_TYPE_MGMT, "mgmt" },
341 if (pkttype == uhd::rfnoc::chdr::packet_type_t::PKT_TYPE_MGMT) { in dissect_rfnoc()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dchdr_ctrl_xport.cpp81 if ((pkt_type == PKT_TYPE_MGMT) && (dst_epid == _my_epid)) { in _mgmt_recv_cb()
H A Dchdr_types.cpp480 header.set_pkt_type(PKT_TYPE_MGMT); in populate_header()
H A Dmgmt_portal.cpp1020 header.set_pkt_type(PKT_TYPE_MGMT); in _send_mgmt_transaction()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/rfnoc/
H A Dchdr_types.hpp22 PKT_TYPE_MGMT = 0x0, //! Management packet enumerator
934 return PKT_TYPE_MGMT; in payload_to_packet_type()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/utils/
H A Dutils_python.hpp164 .value("MGMT", chdr_rfnoc::PKT_TYPE_MGMT) in export_utils()