Home | History | Annotate | Download | only in p2p

Lines Matching full:postfix

4157 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len)
4159 wpa_hexdump_ascii(MSG_DEBUG, "P2P: New SSID postfix", postfix, len);
4160 if (postfix == NULL) {
4166 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);