Searched refs:wps_get_msg (Results 1 - 22 of 22) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps.h159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
H A Dwps.c131 * Response to this message is built by calling wps_get_msg().
145 * wps_get_msg - Build a WPS message
153 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) function
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c420 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_wsc.c237 data->out_buf = wps_get_msg(data->wps,
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_wsc.c508 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_wsc.c251 data->out_buf = wps_get_msg(data->wps,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps.c153 * Response to this message is built by calling wps_get_msg().
167 * wps_get_msg - Build a WPS message
175 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) function
H A Dwps.h228 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
H A Dwps_upnp_web.c449 *reply = wps_get_msg(peer->wps, &op_code);
492 *reply = wps_get_msg(iface->peer.wps, &op_code);
H A Dwps_er.c1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1734 struct wpabuf *next = wps_get_msg(ap->wps, &op_code);
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_wsc.c508 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_wsc.c251 data->out_buf = wps_get_msg(data->wps,
/external/wpa_supplicant_8/src/wps/
H A Dwps.c153 * Response to this message is built by calling wps_get_msg().
167 * wps_get_msg - Build a WPS message
175 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) function
H A Dwps.h228 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
H A Dwps_upnp_web.c449 *reply = wps_get_msg(peer->wps, &op_code);
492 *reply = wps_get_msg(iface->peer.wps, &op_code);
H A Dwps_er.c1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1734 struct wpabuf *next = wps_get_msg(ap->wps, &op_code);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_wsc.c508 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_wsc.c251 data->out_buf = wps_get_msg(data->wps,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps.c153 * Response to this message is built by calling wps_get_msg().
167 * wps_get_msg - Build a WPS message
175 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) function
H A Dwps.h228 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
H A Dwps_upnp_web.c449 *reply = wps_get_msg(peer->wps, &op_code);
492 *reply = wps_get_msg(iface->peer.wps, &op_code);
H A Dwps_er.c1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1734 struct wpabuf *next = wps_get_msg(ap->wps, &op_code);

Completed in 240 milliseconds