Searched refs:wps_get_msg (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 458 *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()
|
H A D | wps.c | 199 * Response to this message is built by calling wps_get_msg(). 213 * wps_get_msg - Build a WPS message 221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() function
|
H A D | wps.h | 232 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
H A D | wps_er.c | 1016 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 458 *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()
|
H A D | wps.c | 205 * Response to this message is built by calling wps_get_msg(). 219 * wps_get_msg - Build a WPS message 227 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() function
|
H A D | wps.h | 233 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
H A D | wps_er.c | 1016 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_wsc.c | 555 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_wsc.c | 251 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_wsc.c | 561 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_wsc.c | 253 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq()
|
Completed in 23 milliseconds