OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ssid_postfix
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/p2p/
p2p.h
567
*
ssid_postfix
- Postfix data to add to the SSID
572
u8
ssid_postfix
[SSID_MAX_LEN - 9];
member in struct:p2p_config
575
* ssid_postfix_len - Length of the
ssid_postfix
data
p2p.c
1813
p2p->cfg->
ssid_postfix
, p2p->cfg->ssid_postfix_len);
4847
if (len > sizeof(p2p->cfg->
ssid_postfix
))
4849
os_memcpy(p2p->cfg->
ssid_postfix
, postfix, len);
/src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c
5044
if (p2p.ssid_postfix_len > sizeof(p2p.
ssid_postfix
))
5045
p2p.ssid_postfix_len = sizeof(p2p.
ssid_postfix
);
5046
os_memcpy(p2p.
ssid_postfix
, wpa_s->conf->p2p_ssid_postfix,
Completed in 69 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026