Home
last modified time | relevance | path

Searched refs:preauth_req (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
Dwlan_cm_host_roam_preauth.c358 void cm_free_preauth_req(struct wlan_preauth_req *preauth_req) in cm_free_preauth_req() argument
360 if (!preauth_req) in cm_free_preauth_req()
363 util_scan_free_cache_entry(preauth_req->entry); in cm_free_preauth_req()
364 preauth_req->entry = NULL; in cm_free_preauth_req()
365 qdf_mem_free(preauth_req); in cm_free_preauth_req()
370 struct wlan_preauth_req *preauth_req; in cm_flush_preauth_req() local
377 preauth_req = msg->bodyptr; in cm_flush_preauth_req()
378 cm_free_preauth_req(preauth_req); in cm_flush_preauth_req()
386 struct wlan_preauth_req *preauth_req; in cm_issue_preauth_req() local
391 preauth_req = qdf_mem_malloc(sizeof(*preauth_req)); in cm_issue_preauth_req()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c5502 tpSirFTPreAuthReq preauth_req = NULL; in lim_cm_handle_preauth_req() local
5528 preauth_req = qdf_mem_malloc(sizeof(tSirFTPreAuthReq)); in lim_cm_handle_preauth_req()
5529 if (!preauth_req) { in lim_cm_handle_preauth_req()
5535 preauth_req->pbssDescription = bss_desc; in lim_cm_handle_preauth_req()
5536 status = lim_fill_preauth_req_dot11_mode(mac_ctx, preauth_req, vdev_id); in lim_cm_handle_preauth_req()
5555 qdf_mem_copy(preauth_req->ft_ies, in lim_cm_handle_preauth_req()
5558 preauth_req->ft_ies_length = in lim_cm_handle_preauth_req()
5560 preauth_req->pre_auth_channel_freq = scan_entry->channel.chan_freq; in lim_cm_handle_preauth_req()
5563 (struct qdf_mac_addr *)&preauth_req->currbssId); in lim_cm_handle_preauth_req()
5564 qdf_mem_copy(&preauth_req->preAuthbssId, in lim_cm_handle_preauth_req()
[all …]
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/inc/
Dwlan_cm_roam_api.h707 void cm_free_preauth_req(struct wlan_preauth_req *preauth_req);