Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/wpa/src/ap/
HDdrv_callbacks.c515 u8 *req_tmp; in hostapd_notif_assoc() local
517 req_tmp = os_malloc(req_ies_len); in hostapd_notif_assoc()
518 if (!req_tmp) { in hostapd_notif_assoc()
523 os_memcpy(req_tmp, req_ies, req_ies_len); in hostapd_notif_assoc()
524 sta->fils_pending_assoc_req = req_tmp; in hostapd_notif_assoc()