Searched refs:associd (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_auth_frame.c | 676 uint16_t associd = 0; in lim_check_and_trigger_pmf_sta_deletion() local 678 sta_ds_ptr = dph_lookup_hash_entry(mac, mac_hdr->sa, &associd, in lim_check_and_trigger_pmf_sta_deletion() 722 associd, QDF_MAC_ADDR_REF(mac_hdr->sa)); in lim_check_and_trigger_pmf_sta_deletion() 1016 uint16_t associd = 0; in lim_process_auth_frame_type1() local 1056 for (associd = 0; associd < pe_session->dph.dphHashTable.size; in lim_process_auth_frame_type1() 1057 associd++) { in lim_process_auth_frame_type1() 1058 sta_ds_ptr = dph_get_hash_entry(mac_ctx, associd, in lim_process_auth_frame_type1() 1074 QDF_MAC_ADDR_FMT, associd, in lim_process_auth_frame_type1()
|
D | lim_utils.c | 4099 uint16_t associd; in lim_validate_delts_req() local 4102 associd = delts_req->aid; in lim_validate_delts_req() 4103 if (associd != 0) in lim_validate_delts_req() 4104 sta = dph_get_hash_entry(mac_ctx, associd, in lim_validate_delts_req() 4109 &associd, in lim_validate_delts_req()
|
D | lim_send_management_frames.c | 1575 frm.AID.associd = aid | LIM_AID_MASK; in lim_send_assoc_rsp_mgmt_frame()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 307 associd, 2;
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 99 uint16_t associd; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 4064 pAssocRsp->aid = ar->AID.associd;
|
D | dot11f.c | 15337 (pFrm + pFf->offset))->associd)); in unpack_core() 21346 frameshtons(pCtx, pBuf, pSrc->associd, 0); in dot11f_pack_ff_aid()
|