OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_b
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps.c
312
* @
wps_b
: WPS IE contents from Beacon or Probe Response frame
313
* Returns: 1 if
wps_b
is considered more likely selection for WPS
317
const struct wpabuf *
wps_b
)
324
if (
wps_b
== NULL || wps_parse_msg(
wps_b
, &attr_b) < 0)
wps.h
238
const struct wpabuf *
wps_b
);
/external/wpa_supplicant_8/wpa_supplicant/
scan.c
747
struct wpabuf *wps_a, *
wps_b
;
local
761
wps_b
= wpa_scan_get_vendor_ie_multi(wb, WPS_IE_VENDOR_TYPE);
762
res = wps_ap_priority_compar(wps_a,
wps_b
);
764
wpabuf_free(
wps_b
);
Completed in 128 milliseconds