Searched refs:crx_event (Results 1 - 6 of 6) sorted by relevance
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
| H A D | hmac_mgmt_classifier.c | 215 hi_void hmac_rx_vap_state_proc(const dmac_wlan_crx_event_stru *crx_event, hmac_vap_stru *hmac_vap, hi_u32 *ret) in hmac_rx_vap_state_proc() argument 222 *ret = hmac_ap_up_rx_mgmt(hmac_vap, crx_event); in hmac_rx_vap_state_proc() 227 *ret = hmac_sta_wait_auth_seq2_rx(hmac_vap, crx_event); in hmac_rx_vap_state_proc() 229 *ret = hmac_sta_wait_auth_seq4_rx(hmac_vap, crx_event); in hmac_rx_vap_state_proc() 231 *ret = hmac_sta_wait_asoc_rx(hmac_vap, crx_event); in hmac_rx_vap_state_proc() 233 *ret = hmac_sta_up_rx_mgmt(hmac_vap, crx_event); in hmac_rx_vap_state_proc() 237 *ret = hmac_p2p_sta_not_up_rx_mgmt(hmac_vap, crx_event); in hmac_rx_vap_state_proc() 264 dmac_wlan_crx_event_stru *crx_event = (dmac_wlan_crx_event_stru *)(event->auc_event_data); in hmac_rx_process_mgmt_event() local 265 oal_netbuf_stru *netbuf = (oal_netbuf_stru *)crx_event->netbuf; in hmac_rx_process_mgmt_event() 295 hmac_rx_vap_state_proc(crx_event, hmac_va in hmac_rx_process_mgmt_event() 309 dmac_wlan_crx_event_stru *crx_event = (dmac_wlan_crx_event_stru *)(event->auc_event_data); hmac_rx_process_mgmt_promis() local [all...] |
| H A D | hmac_mgmt_sta.h | 83 hi_u32 hmac_sta_wait_asoc_rx(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event); 84 hi_u32 hmac_sta_wait_auth_seq2_rx(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event); 85 hi_u32 hmac_sta_wait_auth_seq4_rx(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event); 87 hi_u32 hmac_sta_up_rx_mgmt(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event);
|
| H A D | hmac_mgmt_sta.c | 707 hi_u32 hmac_sta_wait_auth_seq2_rx(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event) in hmac_sta_wait_auth_seq2_rx() argument 712 hmac_rx_ctl_stru *rx_ctrl = (hmac_rx_ctl_stru *)oal_netbuf_cb((oal_netbuf_stru *)crx_event->netbuf); in hmac_sta_wait_auth_seq2_rx() 778 hi_u32 hmac_sta_wait_auth_seq4_rx(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event) in hmac_sta_wait_auth_seq4_rx() argument 786 rx_ctrl = (hmac_rx_ctl_stru *)oal_netbuf_cb((oal_netbuf_stru *)crx_event->netbuf); in hmac_sta_wait_auth_seq4_rx() 1819 hi_u32 hmac_sta_wait_asoc_rx(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event) in hmac_sta_wait_asoc_rx() argument 1825 hmac_rx_ctl_stru *rx_ctrl = (hmac_rx_ctl_stru *)oal_netbuf_cb((oal_netbuf_stru *)crx_event->netbuf); in hmac_sta_wait_asoc_rx() 2394 hi_u32 hmac_sta_up_rx_mgmt(hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event) in hmac_sta_up_rx_mgmt() argument 2400 if (crx_event == HI_NULL || crx_event->netbuf == HI_NULL) { in hmac_sta_up_rx_mgmt() 2401 oam_error_log0(0, OAM_SF_AUTH, "{hmac_sta_up_rx_mgmt::crx_event/crx_even in hmac_sta_up_rx_mgmt() [all...] |
| H A D | hmac_p2p.h | 109 hi_u32 hmac_p2p_sta_not_up_rx_mgmt(const hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event);
|
| H A D | hmac_p2p.c | 1251 [2]crx_event 1254 hi_u32 hmac_p2p_sta_not_up_rx_mgmt(const hmac_vap_stru *hmac_vap, const dmac_wlan_crx_event_stru *crx_event) in hmac_p2p_sta_not_up_rx_mgmt() argument 1262 rx_info = (hmac_rx_ctl_stru *)oal_netbuf_cb((oal_netbuf_stru *)crx_event->netbuf); in hmac_p2p_sta_not_up_rx_mgmt() 1278 hmac_rx_mgmt_send_to_host(hmac_vap, (oal_netbuf_stru *)crx_event->netbuf); in hmac_p2p_sta_not_up_rx_mgmt() 1283 hmac_rx_mgmt_send_to_host(hmac_vap, (oal_netbuf_stru *)crx_event->netbuf); in hmac_p2p_sta_not_up_rx_mgmt()
|
| H A D | hmac_event.c | 863 dmac_tx_event_stru *crx_event = (dmac_tx_event_stru *)(event->auc_event_data); in hmac_from_dmac_rx_data_handle() local 880 crx_event->netbuf = netbuf; in hmac_from_dmac_rx_data_handle()
|
Completed in 13 milliseconds