Searched refs:preauth_req (Results 1 – 3 of 3) sorted by relevance
358 void cm_free_preauth_req(struct wlan_preauth_req *preauth_req) in cm_free_preauth_req() argument360 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() local377 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() local391 preauth_req = qdf_mem_malloc(sizeof(*preauth_req)); in cm_issue_preauth_req()[all …]
5502 tpSirFTPreAuthReq preauth_req = NULL; in lim_cm_handle_preauth_req() local5528 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 …]
707 void cm_free_preauth_req(struct wlan_preauth_req *preauth_req);