Home
last modified time | relevance | path

Searched refs:associd (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_auth_frame.c676 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()
Dlim_utils.c4099 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()
Dlim_send_management_frames.c1575 frm.AID.associd = aid | LIM_AID_MASK; in lim_send_assoc_rsp_mgmt_frame()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms307 associd, 2;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h99 uint16_t associd; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c4064 pAssocRsp->aid = ar->AID.associd;
Ddot11f.c15337 (pFrm + pFf->offset))->associd)); in unpack_core()
21346 frameshtons(pCtx, pBuf, pSrc->associd, 0); in dot11f_pack_ff_aid()