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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.h 159 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
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
  /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 514 data->out_buf = wps_get_msg(data->wps, &data->out_op_code);
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 257 data->out_buf = wps_get_msg(data->wps,
  /external/wpa_supplicant_8/src/wps/
wps.c 160 * Response to this message is built by calling wps_get_msg().
174 * wps_get_msg - Build a WPS message
182 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code) function
wps.h 233 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code);
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_er.c 995 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
    [all...]

Completed in 440 milliseconds