Home
last modified time | relevance | path

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

123

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_sme_rsp_messages.h153 uint16_t aid,
173 uint16_t aid, uint8_t vdev_id);
194 uint16_t aid,
247 uint16_t aid, struct pe_session *);
H A Dlim_process_disassoc_frame.c71 uint16_t aid, reasonCode; in lim_process_disassoc_frame() local
173 dph_lookup_hash_entry(mac, pHdr->sa, &aid, in lim_process_disassoc_frame()
354 uint16_t aid; in lim_disassoc_tdls_peers() local
356 sta_ds = dph_lookup_hash_entry(mac_ctx, addr, &aid, in lim_disassoc_tdls_peers()
380 uint16_t aid; in lim_perform_disassoc() local
384 sta_ds = dph_lookup_hash_entry(mac_ctx, addr, &aid, in lim_perform_disassoc()
H A Dlim_process_action_frame.c258 uint16_t aid; in __lim_process_operating_mode_action_frame() local
291 sta_ptr = dph_lookup_hash_entry(mac_ctx, mac_hdr->sa, &aid, in __lim_process_operating_mode_action_frame()
331 uint16_t aid; in __lim_process_gid_management_action_frame() local
361 sta_ptr = dph_lookup_hash_entry(mac_ctx, mac_hdr->sa, &aid, in __lim_process_gid_management_action_frame()
483 uint16_t aid; in __lim_process_add_ts_rsp() local
503 sta_ptr = dph_lookup_hash_entry(mac_ctx, mac_hdr->sa, &aid, in __lim_process_add_ts_rsp()
550 aid, addts.numTclas); in __lim_process_add_ts_rsp()
554 aid, addts.tspec.tsinfo.traffic.tsid, in __lim_process_add_ts_rsp()
728 uint16_t aid; in __lim_process_del_ts_req() local
740 sta_ptr = dph_lookup_hash_entry(mac_ctx, mac_hdr->sa, &aid, in __lim_process_del_ts_req()
[all …]
H A Dlim_process_tdls.c158 #define SET_PEER_AID_BITMAP(peer_bitmap, aid) \ argument
160 if ((aid) < (sizeof(uint32_t) << 3)) \
161 SET_BIT(peer_bitmap[0], (aid)); \
162 else if ((aid) < (sizeof(uint32_t) << 4)) \
163 SET_BIT(peer_bitmap[1], ((aid) - (sizeof(uint32_t) << 3)));\
166 #define CLEAR_PEER_AID_BITMAP(peer_bitmap, aid) \ argument
168 if ((aid) < (sizeof(uint32_t) << 3)) \
169 CLEAR_BIT(peer_bitmap[0], (aid)); \
170 else if ((aid) < (sizeof(uint32_t) << 4)) \
171 CLEAR_BIT(peer_bitmap[1], ((aid) - (sizeof(uint32_t) << 3)));\
[all …]
H A Dlim_types.h225 uint16_t aid; member
295 uint16_t aid; member
304 uint16_t aid; member
312 uint16_t aid; member
319 uint16_t aid; member
327 uint16_t aid; member
335 uint16_t aid; member
343 uint16_t aid; member
358 uint16_t aid; member
908 uint16_t status_code, uint16_t aid, tSirMacAddr peer_addr,
H A Dlim_mlo.c256 uint16_t aid = 0; in lim_mlo_get_assoc_link_session_sta_ds() local
296 *assoc_sta = dph_lookup_hash_entry(mac, peer->macaddr, &aid, in lim_mlo_get_assoc_link_session_sta_ds()
485 uint16_t aid; in lim_mlo_cleanup_partner_peer() local
510 sta_ds = dph_lookup_hash_entry(mac_ctx, peer->macaddr, &aid, in lim_mlo_cleanup_partner_peer()
705 uint16_t aid = 0; in lim_mlo_ap_sta_assoc_suc() local
725 sta = dph_lookup_hash_entry(mac, peer->macaddr, &aid, in lim_mlo_ap_sta_assoc_suc()
834 uint16_t aid = 0; in lim_mlo_ap_sta_assoc_fail() local
857 sta = dph_lookup_hash_entry(mac, peer->macaddr, &aid, in lim_mlo_ap_sta_assoc_fail()
923 uint16_t aid; in lim_mlo_assoc_ind_upper_layer() local
955 sta = dph_lookup_hash_entry(mac, link_addr->bytes, &aid, in lim_mlo_assoc_ind_upper_layer()
H A Dlim_process_assoc_rsp_frame.c1126 uint16_t aid; in lim_process_assoc_rsp_frame() local
1275 assoc_rsp->aid, hdr->bssId, hdr->da, in lim_process_assoc_rsp_frame()
1282 assoc_rsp->aid, hdr->bssId, hdr->da, in lim_process_assoc_rsp_frame()
1289 aid = assoc_rsp->aid & 0x3FFF; in lim_process_assoc_rsp_frame()
1294 0, 0, 0, aid, in lim_process_assoc_rsp_frame()
1438 } else if ((assoc_rsp->aid & 0x3FFF) > 2007) { in lim_process_assoc_rsp_frame()
1444 assoc_rsp->aid); in lim_process_assoc_rsp_frame()
1577 session_entry->limAID = assoc_rsp->aid & 0x3FFF; in lim_process_assoc_rsp_frame()
1589 (assoc_rsp->aid & 0x3FFF), in lim_process_assoc_rsp_frame()
1646 session_entry->limAID = assoc_rsp->aid & 0x3FFF; in lim_process_assoc_rsp_frame()
H A Dlim_process_mlm_rsp_messages.c790 sme_assoc_ind->aid = assoc_ind->aid; in lim_fill_sme_assoc_ind_params()
903 ((tpLimMlmAssocInd) msg_buf)->aid, in lim_process_mlm_assoc_ind()
907 ((tpLimMlmAssocInd) msg_buf)->aid); in lim_process_mlm_assoc_ind()
926 (uint16_t) ((tpLimMlmAssocInd)msg_buf)->aid, in lim_process_mlm_assoc_ind()
961 pMlmDisassocInd->aid); in lim_process_mlm_disassoc_ind()
1038 disassoc_cnf->aid, session_entry->smeSessionId, in lim_process_mlm_disassoc_cnf()
1044 disassoc_cnf->aid, session_entry->smeSessionId, in lim_process_mlm_disassoc_cnf()
1106 uint16_t aid; in lim_process_mlm_deauth_cnf() local
1128 aid = LIM_IS_AP_ROLE(pe_session) ? pMlmDeauthCnf->aid : 1; in lim_process_mlm_deauth_cnf()
1159 aid, pe_session->smeSessionId); in lim_process_mlm_deauth_cnf()
[all …]
H A Dlim_send_sme_rsp_messages.c429 connect_rsp->aid = pe_session->limAID; in lim_cm_prepare_join_rsp_from_pe_session()
886 uint16_t aid, in lim_send_sme_disassoc_ntf() argument
1304 uint16_t aid, uint8_t smesessionId) in lim_send_sme_deauth_ntf() argument
1407 uint16_t aid, in lim_send_sme_set_context_rsp() argument
1495 delts->aid, in lim_send_sme_delts_rsp()
1507 rsp->aid = delts->aid; in lim_send_sme_delts_rsp()
1537 uint16_t aid, struct pe_session *pe_session) in lim_send_sme_delts_ind() argument
1543 aid, delts->tsinfo.traffic.tsid, delts->tsinfo.traffic.userPrio); in lim_send_sme_delts_ind()
1551 rsp->aid = aid; in lim_send_sme_delts_ind()
2008 uint16_t aid = 0; in lim_handle_sta_csa_param() local
[all …]
H A Dlim_process_mlm_req_messages.c1032 uint16_t aid; in lim_process_mlm_disassoc_req_ntf() local
1110 &aid, &session->dph.dphHashTable); in lim_process_mlm_disassoc_req_ntf()
1191 mlm_disassoccnf.aid = mlm_disassocreq->aid; in lim_process_mlm_disassoc_req_ntf()
1351 uint16_t aid, i; in lim_process_mlm_deauth_req_ntf() local
1471 &aid, in lim_process_mlm_deauth_req_ntf()
1579 mlm_deauth_cnf.aid = mlm_deauth_req->aid; in lim_process_mlm_deauth_req_ntf()
H A Dlim_process_deauth_frame.c379 uint16_t aid; in lim_perform_deauth() local
383 sta_ds = dph_lookup_hash_entry(mac_ctx, addr, &aid, in lim_perform_deauth()
H A Dlim_link_monitoring_algo.c567 uint16_t aid; in lim_rx_invalid_peer_process() local
584 sta_ds = dph_lookup_hash_entry(mac_ctx, msg->ta, &aid, in lim_rx_invalid_peer_process()
H A Dlim_send_management_frames.c1377 uint16_t aid; in lim_assoc_rsp_tx_complete() local
1406 (uint8_t *)mac_hdr->da, &aid, in lim_assoc_rsp_tx_complete()
1515 uint16_t status_code, uint16_t aid, in lim_send_assoc_rsp_mgmt_frame() argument
1575 frm.AID.associd = aid | LIM_AID_MASK; in lim_send_assoc_rsp_mgmt_frame()
1943 mac_ctx->mgmtSeqNum, status_code, aid, addn_ie_len, in lim_send_assoc_rsp_mgmt_frame()
1949 status_code, aid, mac_hdr->bssId, in lim_send_assoc_rsp_mgmt_frame()
3788 uint16_t aid; in lim_send_deauth_cnf() local
3839 &aid, in lim_send_deauth_cnf()
3909 deauth_cnf.aid = deauth_req->aid; in lim_send_deauth_cnf()
3935 uint16_t aid; in lim_send_disassoc_cnf() local
[all …]
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/
H A Dwlan_mlo_mgr_peer_list.c28 uint16_t aid; member
211 if (aid_arg->aid == ml_peer->assoc_id) { in wlan_find_mlpeer_aid()
267 aid_arg.aid = assoc_id; in wlan_mlo_get_mlpeer_by_aid()
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_peer.h44 uint8_t aid);
307 uint16_t aid);
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_mpm.c
/wlan-driver/qcacld-3.0/components/cmn_services/logging/inc/
H A Dwlan_connectivity_logging.h1276 uint8_t auth_seq, uint16_t aid,
1533 uint8_t auth_seq, uint16_t aid,
1632 uint8_t auth_seq, uint16_t aid, in wlan_connectivity_mgmt_event() argument
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dieee802_11.c
H A Dap_drv_ops.c
H A Dap_drv_ops.h
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.h
/wlan-driver/platform/icnss2/
H A DKconfig17 hardware register access and enabling BUG_ON for certain cases to aid
/wlan-driver/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/dispatcher/inc/
H A Dwlan_cm_public_struct.h560 uint8_t aid; member

123