/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps.c | 131 * 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
|
wps.h | 159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
/external/wpa_supplicant_8/src/wps/ |
wps.c | 177 * Response to this message is built by calling wps_get_msg(). 191 * wps_get_msg - Build a WPS message 199 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) function
|
wps_upnp_web.c | 449 *reply = wps_get_msg(peer->wps, &op_code); 492 *reply = wps_get_msg(iface->peer.wps, &op_code); [all...] |
wps.h | 230 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
|
wps_er.c | 1034 struct wpabuf *next = wps_get_msg(sta->wps, &op_code); [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_wsc.c | 420 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_wsc.c | 237 data->out_buf = wps_get_msg(data->wps,
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_wsc.c | 523 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_wsc.c | 251 data->out_buf = wps_get_msg(data->wps,
|