Home
last modified time | relevance | path

Searched refs:ie_buf (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c1681 u8 *ie_buf = NULL; in prepare_auth_resp_fils() local
1698 ie_buf = os_malloc(ielen + 2 + 2 + PMKID_LEN); in prepare_auth_resp_fils()
1699 if (!ie_buf) { in prepare_auth_resp_fils()
1704 os_memcpy(ie_buf, ie, ielen); in prepare_auth_resp_fils()
1705 if (wpa_insert_pmkid(ie_buf, &ielen, pmksa->pmkid) < 0) { in prepare_auth_resp_fils()
1709 ie = ie_buf; in prepare_auth_resp_fils()
1869 os_free(ie_buf); in prepare_auth_resp_fils()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c2037 u8 *ie_buf = NULL; in prepare_auth_resp_fils() local
2054 ie_buf = os_malloc(ielen + 2 + 2 + PMKID_LEN); in prepare_auth_resp_fils()
2055 if (!ie_buf) { in prepare_auth_resp_fils()
2060 os_memcpy(ie_buf, ie, ielen); in prepare_auth_resp_fils()
2061 if (wpa_insert_pmkid(ie_buf, &ielen, pmksa->pmkid) < 0) { in prepare_auth_resp_fils()
2065 ie = ie_buf; in prepare_auth_resp_fils()
2225 os_free(ie_buf); in prepare_auth_resp_fils()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwpa_supplicant.c2457 static size_t wpas_add_fils_hlp_req(struct wpa_supplicant *wpa_s, u8 *ie_buf, in wpas_add_fils_hlp_req() argument
2463 u8 *buf = ie_buf; in wpas_add_fils_hlp_req()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpa_supplicant.c2923 static size_t wpas_add_fils_hlp_req(struct wpa_supplicant *wpa_s, u8 *ie_buf, argument
2929 u8 *buf = ie_buf;

Completed in 29 milliseconds