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

/freebsd-13-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.h34 const u8 *ip_addr_alloc; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ie.c1047 ie->ip_addr_alloc = pos + 2 + RSN_SELECTOR_LEN;
1050 ie->ip_addr_alloc, pos[1] - RSN_SELECTOR_LEN);
/freebsd-13-stable/contrib/wpa/src/rsn_supp/
H A Dwpa_ie.h54 const u8 *ip_addr_alloc; member in struct:wpa_eapol_ie_parse
H A Dwpa_ie.c460 ie->ip_addr_alloc = pos + 2 + RSN_SELECTOR_LEN;
463 ie->ip_addr_alloc, pos[1] - RSN_SELECTOR_LEN);
H A Dwpa.c1497 if (ie.ip_addr_alloc) {
1498 os_memcpy(sm->p2p_ip_addr, ie.ip_addr_alloc, 3 * 4);
/freebsd-13-stable/contrib/wpa/src/p2p/
H A Dp2p.h1727 * ip_addr_alloc - Whether IP address allocation within 4-way handshake
1730 int ip_addr_alloc; member in struct:p2p_group_config
H A Dp2p_group.c158 if (group->cfg->ip_addr_alloc)
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c6614 cfg->ip_addr_alloc = WPA_GET_BE32(wpa_s->p2pdev->conf->ip_addr_start)

Completed in 205 milliseconds