Lines Matching refs:OSA_MemoryAllocate
2631 struct wifi_scan_result2 *best_ap = OSA_MemoryAllocate(sizeof(struct wifi_scan_result2)); in handle_scan_results()
4489 misc = OSA_MemoryAllocate(sizeof(mlan_ds_misc_cfg)); in wlan_check_valid_channel_operclass()
4731 char *p = OSA_MemoryAllocate(pnewNode->len_ssid + 1); in wlcm_process_network_switch_event()
5187 network = OSA_MemoryAllocate(sizeof(struct wlan_network)); in wlcm_process_add_unspecified_network()
5585 security->dpp_connector = OSA_MemoryAllocate(strlen(pos) + 1); in wpa_supplicant_msg_cb()
5615 security->dpp_c_sign_key = OSA_MemoryAllocate(strlen(pos) + 1); in wpa_supplicant_msg_cb()
5645 security->dpp_net_access_key = OSA_MemoryAllocate(strlen(pos) + 1); in wpa_supplicant_msg_cb()
5954 pecsa_info = OSA_MemoryAllocate(sizeof(wifi_ecsa_info)); in wlan_notify_uap_chan_switch()
11122 wlan_scan_param = (wlan_scan_params_v2_t *)OSA_MemoryAllocate(sizeof(wlan_scan_params_v2_t)); in wlan_scan_with_opt()
12934 rep_buf = (t_u8 *)OSA_MemoryAllocate(BEACON_REPORT_BUF_SIZE); in _wlan_rrm_scan_cb()
15195 wlan.ca_cert_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15207 wlan.client_cert_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15219 wlan.client_key_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15231 wlan.ca_cert2_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15243 wlan.client_cert2_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15255 wlan.client_key2_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15269 wlan.dh_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15285 wlan.server_cert_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15297 wlan.server_key_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15313 wlan.server_cert_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15325 wlan.server_key_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
15337 wlan.dh_data = OSA_MemoryAllocate(data_len); in wlan_set_entp_cert_files()
16009 cpu_loading.cpu_loading_info = (char *)OSA_MemoryAllocate(cpu_loading.task_status_len); in wlan_cpu_loading_start()
16086 char *snew = (char *)OSA_MemoryAllocate(strlen(s) + 1); in wlan_string_dup()