OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:set_ie_cb
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps.h
263
*
set_ie_cb
- Callback for WPS IE changes
273
int (*
set_ie_cb
)(void *ctx, struct wpabuf *beacon_ie,
member in struct:wps_registrar_config
315
*
set_ie_cb
() is used by AP implementation in similar caes, but it
wps_registrar.c
149
int (*
set_ie_cb
)(void *ctx, struct wpabuf *beacon_ie,
member in struct:wps_registrar
648
reg->
set_ie_cb
= cfg->
set_ie_cb
;
1200
return reg->
set_ie_cb
(reg->cb_ctx, beacon_ie, probe_resp_ie);
1238
if (reg->
set_ie_cb
== NULL)
[
all
...]
Completed in 135 milliseconds