Home
last modified time | relevance | path

Searched refs:algo (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
Dwlan_mlo_mgr_public_structs.h998 uint16_t algo; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_utils.h3443 enum cstats_dir dir, uint16_t algo,
3591 enum cstats_dir dir, uint16_t algo, in lim_cp_stats_cstats_log_auth_evt() argument
Dlim_send_management_frames.c2190 uint16_t algo = 0, type = 0, seq = 0, status = 0; in wlan_send_tx_complete_event() local
2195 algo = *(uint16_t *)frm_body; in wlan_send_tx_complete_event()
2200 if (algo == eSIR_AUTH_TYPE_SAE) in wlan_send_tx_complete_event()
2207 algo, type, seq, 0, WLAN_AUTH_REQ); in wlan_send_tx_complete_event()
2209 CSTATS_DIR_TX, algo, in wlan_send_tx_complete_event()
Dlim_utils.c11904 enum cstats_dir dir, uint16_t algo, in lim_cp_stats_cstats_log_auth_evt() argument
11919 stat.auth_algo = algo; in lim_cp_stats_cstats_log_auth_evt()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms255 algo, 2;
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c5846 if (auth->AuthAlgo.algo != SIR_FILS_SK_WITHOUT_PFS)
5908 pAuth->authAlgoNumber = auth.AuthAlgo.algo;
Ddot11f.c15347 (pFrm + pFf->offset))->algo)); in unpack_core()
21362 frameshtons(pCtx, pBuf, pSrc->algo, 0); in dot11f_pack_ff_auth_algo()
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h119 uint16_t algo; member