Lines Matching full:postfix
4115 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len)4117 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len));4118 if (postfix == NULL) {4124 os_memcpy(p2p->cfg->ssid_postfix, postfix, len);