Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/p2p/core/src/
H A Dwlan_p2p_roc.c53 struct mgmt_txrx_mgmt_frame_cb_info frm_cb_info; in p2p_mgmt_rx_ops() local
58 frm_cb_info.frm_type = MGMT_PROBE_REQ; in p2p_mgmt_rx_ops()
59 frm_cb_info.mgmt_rx_cb = tgt_p2p_mgmt_frame_rx_cb; in p2p_mgmt_rx_ops()
63 WLAN_UMAC_COMP_P2P, &frm_cb_info, 1); in p2p_mgmt_rx_ops()
66 WLAN_UMAC_COMP_P2P, &frm_cb_info, 1); in p2p_mgmt_rx_ops()
632 struct mgmt_txrx_mgmt_frame_cb_info frm_cb_info[2]; in p2p_mgmt_rx_action_ops() local
637 frm_cb_info[0].frm_type = MGMT_ACTION_VENDOR_SPECIFIC; in p2p_mgmt_rx_action_ops()
638 frm_cb_info[0].mgmt_rx_cb = tgt_p2p_mgmt_frame_rx_cb; in p2p_mgmt_rx_action_ops()
639 frm_cb_info[1].frm_type = MGMT_ACTION_CATEGORY_VENDOR_SPECIFIC; in p2p_mgmt_rx_action_ops()
640 frm_cb_info[1].mgmt_rx_cb = tgt_p2p_mgmt_frame_rx_cb; in p2p_mgmt_rx_action_ops()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/src/
H A Dwlan_mgmt_txrx_utils_api.c764 struct mgmt_txrx_mgmt_frame_cb_info *frm_cb_info, in wlan_mgmt_txrx_register_rx_cb() argument
787 if (!frm_cb_info) { in wlan_mgmt_txrx_register_rx_cb()
802 frm_cb_info[i].mgmt_rx_cb, comp_id, in wlan_mgmt_txrx_register_rx_cb()
803 frm_cb_info[i].frm_type); in wlan_mgmt_txrx_register_rx_cb()
808 frm_cb_info[j].mgmt_rx_cb, in wlan_mgmt_txrx_register_rx_cb()
809 comp_id, frm_cb_info[j].frm_type); in wlan_mgmt_txrx_register_rx_cb()
821 struct mgmt_txrx_mgmt_frame_cb_info *frm_cb_info, in wlan_mgmt_txrx_deregister_rx_cb() argument
843 if (!frm_cb_info) { in wlan_mgmt_txrx_deregister_rx_cb()
858 frm_cb_info[i].mgmt_rx_cb, comp_id, in wlan_mgmt_txrx_deregister_rx_cb()
859 frm_cb_info[i].frm_type); in wlan_mgmt_txrx_deregister_rx_cb()
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/
H A Dwlan_pkt_capture_mgmt_txrx.c762 struct mgmt_txrx_mgmt_frame_cb_info frm_cb_info[2]; in pkt_capture_mgmt_rx_ops() local
766 frm_cb_info[0].frm_type = MGMT_FRAME_TYPE_ALL; in pkt_capture_mgmt_rx_ops()
767 frm_cb_info[0].mgmt_rx_cb = pkt_capture_mgmt_rx_data_cb; in pkt_capture_mgmt_rx_ops()
768 frm_cb_info[1].frm_type = MGMT_CTRL_FRAME; in pkt_capture_mgmt_rx_ops()
769 frm_cb_info[1].mgmt_rx_cb = pkt_capture_mgmt_rx_data_cb; in pkt_capture_mgmt_rx_ops()
775 frm_cb_info, num_of_entries); in pkt_capture_mgmt_rx_ops()
779 frm_cb_info, num_of_entries); in pkt_capture_mgmt_rx_ops()
/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_mgmt.c673 struct mgmt_txrx_mgmt_frame_cb_info frm_cb_info; in tdls_mgmt_rx_ops() local
679 frm_cb_info.frm_type = MGMT_ACTION_TDLS_DISCRESP; in tdls_mgmt_rx_ops()
680 frm_cb_info.mgmt_rx_cb = tgt_tdls_mgmt_frame_rx_cb; in tdls_mgmt_rx_ops()
685 WLAN_UMAC_COMP_TDLS, &frm_cb_info, in tdls_mgmt_rx_ops()
689 WLAN_UMAC_COMP_TDLS, &frm_cb_info, in tdls_mgmt_rx_ops()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/mgmt_txrx/dispatcher/inc/
H A Dwlan_mgmt_txrx_utils_api.h1261 struct mgmt_txrx_mgmt_frame_cb_info *frm_cb_info,
1296 struct mgmt_txrx_mgmt_frame_cb_info *frm_cb_info,
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_api.c1330 struct mgmt_txrx_mgmt_frame_cb_info frm_cb_info; in pe_register_mgmt_rx_frm_callback() local
1332 frm_cb_info.frm_type = MGMT_FRAME_TYPE_ALL; in pe_register_mgmt_rx_frm_callback()
1333 frm_cb_info.mgmt_rx_cb = pe_handle_mgmt_frame; in pe_register_mgmt_rx_frm_callback()
1336 WLAN_UMAC_COMP_MLME, &frm_cb_info, 1); in pe_register_mgmt_rx_frm_callback()
1346 struct mgmt_txrx_mgmt_frame_cb_info frm_cb_info; in pe_deregister_mgmt_rx_frm_callback() local
1348 frm_cb_info.frm_type = MGMT_FRAME_TYPE_ALL; in pe_deregister_mgmt_rx_frm_callback()
1349 frm_cb_info.mgmt_rx_cb = pe_handle_mgmt_frame; in pe_deregister_mgmt_rx_frm_callback()
1352 WLAN_UMAC_COMP_MLME, &frm_cb_info, 1); in pe_deregister_mgmt_rx_frm_callback()