Searched refs:ssid_postfix (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p.h558 * ssid_postfix - Postfix data to add to the SSID
563 u8 ssid_postfix[SSID_MAX_LEN - 9]; member in struct:p2p_config
566 * ssid_postfix_len - Length of the ssid_postfix data
H A Dp2p.c1762 p2p->cfg->ssid_postfix, p2p->cfg->ssid_postfix_len);
4765 if (len > sizeof(p2p->cfg->ssid_postfix))
4767 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4584 if (p2p.ssid_postfix_len > sizeof(p2p.ssid_postfix))
4585 p2p.ssid_postfix_len = sizeof(p2p.ssid_postfix);
4586 os_memcpy(p2p.ssid_postfix, wpa_s->conf->p2p_ssid_postfix,

Completed in 95 milliseconds