OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ap_vendor_elements
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
config.h
856
*
ap_vendor_elements
: Vendor specific elements for Beacon/ProbeResp
863
struct wpabuf *
ap_vendor_elements
;
member in struct:wpa_config
config_file.c
1021
if (config->
ap_vendor_elements
) {
1022
int i, len = wpabuf_len(config->
ap_vendor_elements
);
1023
const u8 *p = wpabuf_head_u8(config->
ap_vendor_elements
);
1025
fprintf(f, "
ap_vendor_elements
=");
ap.c
309
if (wpa_s->conf->
ap_vendor_elements
) {
311
wpabuf_dup(wpa_s->conf->
ap_vendor_elements
);
config.c
[
all
...]
Completed in 75 milliseconds