HomeSort by relevance Sort by last modified time
    Searched refs:wps_get_msg (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 251 data->out_buf = wps_get_msg(data->wps,
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 458 *reply = wps_get_msg(peer->wps, &op_code);
563 *reply = wps_get_msg(peer->wps, &op_code);
    [all...]
wps.c 201 * Response to this message is built by calling wps_get_msg().
215 * wps_get_msg - Build a WPS message
223 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) function
wps.h 225 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
wps_er.c 1017 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 552 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);

Completed in 1868 milliseconds