Home
last modified time | relevance | path

Searched refs:req_tmp (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddrv_callbacks.c605 u8 *req_tmp; in hostapd_notif_assoc() local
607 req_tmp = os_malloc(req_ies_len); in hostapd_notif_assoc()
608 if (!req_tmp) { in hostapd_notif_assoc()
613 os_memcpy(req_tmp, req_ies, req_ies_len); in hostapd_notif_assoc()
614 sta->fils_pending_assoc_req = req_tmp; in hostapd_notif_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddrv_callbacks.c528 u8 *req_tmp; in hostapd_notif_assoc() local
530 req_tmp = os_malloc(req_ies_len); in hostapd_notif_assoc()
531 if (!req_tmp) { in hostapd_notif_assoc()
536 os_memcpy(req_tmp, req_ies, req_ies_len); in hostapd_notif_assoc()
537 sta->fils_pending_assoc_req = req_tmp; in hostapd_notif_assoc()

Completed in 7 milliseconds