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 D | wpa_auth_ie.h | 34 const u8 *ip_addr_alloc; member
|
H A D | wpa_auth_ie.c | 1047 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 D | wpa_ie.h | 54 const u8 *ip_addr_alloc; member
|
H A D | wpa_ie.c | 460 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 D | wpa.c | 1497 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 D | wpa_common.c | 3213 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 D | wpa_common.h | 630 const u8 *ip_addr_alloc; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/ |
H A D | p2p.h | 1727 * ip_addr_alloc - Whether IP address allocation within 4-way handshake 1730 int ip_addr_alloc; member
|
H A D | p2p_group.c | 158 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 D | p2p.h | 1755 * ip_addr_alloc - Whether IP address allocation within 4-way handshake 1758 int ip_addr_alloc; member
|
H A D | p2p_group.c | 163 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 D | wpa.c | 2439 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 D | p2p_supplicant.c | 6627 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 D | p2p_supplicant.c | 7945 cfg->ip_addr_alloc = WPA_GET_BE32(wpa_s->p2pdev->conf->ip_addr_start)
|
Completed in 48 milliseconds