Searched refs:wps_get_msg (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps.h | 159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
D | wps.c | 153 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/ |
D | wps_upnp_web.c | 449 *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()
|
D | wps.h | 228 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
D | wps.c | 175 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) in wps_get_msg() function
|
D | wps_er.c | 1034 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/ |
D | eap_wsc.c | 420 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/ |
D | eap_wsc.c | 237 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_wsc.c | 251 data->out_buf = wps_get_msg(data->wps, in eap_wsc_buildReq()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_wsc.c | 508 data->out_buf = wps_get_msg(data->wps, &data->out_op_code); in eap_wsc_process()
|