Home
last modified time | relevance | path

Searched refs:ip_addr_alloc (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth_ie.h34 const u8 *ip_addr_alloc; member
H A Dwpa_auth_ie.c1047 ie->ip_addr_alloc = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
1050 ie->ip_addr_alloc, pos[1] - RSN_SELECTOR_LEN); in wpa_parse_generic()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_ie.h54 const u8 *ip_addr_alloc; member
H A Dwpa_ie.c460 ie->ip_addr_alloc = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
463 ie->ip_addr_alloc, pos[1] - RSN_SELECTOR_LEN); in wpa_parse_generic()
H A Dwpa.c1497 if (ie.ip_addr_alloc) { in wpa_supplicant_process_3_of_4()
1498 os_memcpy(sm->p2p_ip_addr, ie.ip_addr_alloc, 3 * 4); in wpa_supplicant_process_3_of_4()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.c3213 ie->ip_addr_alloc = p; in wpa_parse_generic()
3216 ie->ip_addr_alloc, left); in wpa_parse_generic()
3409 ie->ip_addr_alloc = pos + 2 + RSN_SELECTOR_LEN; in wpa_parse_generic()
3412 ie->ip_addr_alloc, pos[1] - RSN_SELECTOR_LEN); in wpa_parse_generic()
H A Dwpa_common.h630 const u8 *ip_addr_alloc; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h1727 * ip_addr_alloc - Whether IP address allocation within 4-way handshake
1730 int ip_addr_alloc; member
H A Dp2p_group.c158 if (group->cfg->ip_addr_alloc) in p2p_group_add_common_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h1755 * ip_addr_alloc - Whether IP address allocation within 4-way handshake
1758 int ip_addr_alloc; member
H A Dp2p_group.c163 if (group->cfg->ip_addr_alloc) in p2p_group_add_common_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c2439 if (ie.ip_addr_alloc) {
2440 os_memcpy(sm->p2p_ip_addr, ie.ip_addr_alloc, 3 * 4);
2696 if (ie.ip_addr_alloc) {
2697 os_memcpy(sm->p2p_ip_addr, ie.ip_addr_alloc, 3 * 4);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c6627 cfg->ip_addr_alloc = WPA_GET_BE32(wpa_s->p2pdev->conf->ip_addr_start) in wpas_p2p_group_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c7945 cfg->ip_addr_alloc = WPA_GET_BE32(wpa_s->p2pdev->conf->ip_addr_start)

Completed in 48 milliseconds