Home
last modified time | relevance | path

Searched refs:wps_get_msg (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c458 *reply = wps_get_msg(peer->wps, &op_code); in web_process_get_device_info()
563 *reply = wps_get_msg(peer->wps, &op_code); in web_process_put_message()
Dwps.c221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() function
Dwps.h232 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
Dwps_er.c1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process()
1765 struct wpabuf *next = wps_get_msg(ap->wps, &op_code); in wps_er_ap_process()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_wsc.c251 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq()
/external/wpa_supplicant_8/src/eap_peer/
Deap_wsc.c555 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()