Searched refs:postfix (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/tests/hwsim/ |
D | test_p2p_set.py | 114 postfix = "12345678901234567890123" 117 if "OK" not in dev[0].request("P2P_SET ssid_postfix " + postfix): 123 if postfix not in dev[1].get_group_status_field("ssid"): 125 if postfix not in dev[1].group_request("SCAN_RESULTS"):
|
D | README | 156 timestamp and a postfix to identify the specific log:
|
/hostap-latest/wpa_supplicant/ |
D | README-P2P | 654 p2p_set ssid_postfix <postfix> 656 Set postfix string to be added to the automatically generated P2P SSID 657 (DIRECT-<two random characters>). For example, postfix of "-testing" 728 set p2p_ssid_postfix <P2P SSID postfix> 730 Set P2P SSID postfix.
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers_p2p.c | 1197 char *postfix; in wpas_dbus_setter_p2p_device_config() local 1202 postfix = os_strdup(entry.str_value); in wpas_dbus_setter_p2p_device_config() 1203 if (!postfix) in wpas_dbus_setter_p2p_device_config() 1207 wpa_s->conf->p2p_ssid_postfix = postfix; in wpas_dbus_setter_p2p_device_config()
|
/hostap-latest/src/p2p/ |
D | p2p.h | 2048 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len);
|
D | p2p.c | 4840 int p2p_set_ssid_postfix(struct p2p_data *p2p, const u8 *postfix, size_t len) in p2p_set_ssid_postfix() argument 4842 p2p_dbg(p2p, "New SSID postfix: %s", wpa_ssid_txt(postfix, len)); in p2p_set_ssid_postfix() 4843 if (postfix == NULL) { in p2p_set_ssid_postfix() 4849 os_memcpy(p2p->cfg->ssid_postfix, postfix, len); in p2p_set_ssid_postfix()
|