Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.h159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
Dwps.c153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() function
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c449 *reply = wps_get_msg(peer->wps, &op_code); in web_process_get_device_info()
492 *reply = wps_get_msg(iface->peer.wps, &op_code); in web_process_put_message()
Dwps.h228 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
Dwps.c175 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() function
Dwps_er.c1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); in wps_er_sta_process()
1734 struct wpabuf *next = wps_get_msg(ap->wps, &op_code); in wps_er_ap_process()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_wsc.c420 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_wsc.c237 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq()
/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.c508 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()