Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p.h558 * ssid_postfix - Postfix data to add to the SSID
563 u8 ssid_postfix[SSID_MAX_LEN - 9]; member
566 * ssid_postfix_len - Length of the ssid_postfix data
H A Dp2p.c1764 p2p->cfg->ssid_postfix, p2p->cfg->ssid_postfix_len); in p2p_build_ssid()
4771 if (len > sizeof(p2p->cfg->ssid_postfix)) in p2p_set_ssid_postfix()
4773 os_memcpy(p2p->cfg->ssid_postfix, postfix, len); in p2p_set_ssid_postfix()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p.h578 * ssid_postfix - Postfix data to add to the SSID
583 u8 ssid_postfix[SSID_MAX_LEN - 9]; member
586 * ssid_postfix_len - Length of the ssid_postfix data
H A Dp2p.c1887 p2p->cfg->ssid_postfix, p2p->cfg->ssid_postfix_len);
4982 if (len > sizeof(p2p->cfg->ssid_postfix))
4984 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c4597 if (p2p.ssid_postfix_len > sizeof(p2p.ssid_postfix)) in wpas_p2p_init()
4598 p2p.ssid_postfix_len = sizeof(p2p.ssid_postfix); in wpas_p2p_init()
4599 os_memcpy(p2p.ssid_postfix, wpa_s->conf->p2p_ssid_postfix, in wpas_p2p_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dp2p_supplicant.c5678 if (p2p.ssid_postfix_len > sizeof(p2p.ssid_postfix))
5679 p2p.ssid_postfix_len = sizeof(p2p.ssid_postfix);
5680 os_memcpy(p2p.ssid_postfix, wpa_s->conf->p2p_ssid_postfix,

Completed in 41 milliseconds