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