OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wps_get_msg
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c
251
data->out_buf =
wps_get_msg
(data->wps,
/external/wpa_supplicant_8/src/wps/
wps.c
186
* Response to this message is built by calling
wps_get_msg
().
200
*
wps_get_msg
- Build a WPS message
208
struct wpabuf *
wps_get_msg
(struct wps_data *wps, enum wsc_op_code *op_code)
function
wps.h
221
struct wpabuf *
wps_get_msg
(struct wps_data *wps, enum wsc_op_code *op_code);
wps_upnp_web.c
449
*reply =
wps_get_msg
(peer->wps, &op_code);
492
*reply =
wps_get_msg
(iface->peer.wps, &op_code);
[
all
...]
wps_er.c
1016
struct wpabuf *next =
wps_get_msg
(sta->wps, &op_code);
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c
530
data->out_buf =
wps_get_msg
(data->wps, &data->out_op_code);
Completed in 424 milliseconds