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

  /external/wpa_supplicant_8/src/eap_server/
eap.h 101 const struct wpabuf *assoc_wps_ie; member in struct:eap_config
eap_i.h 180 struct wpabuf *assoc_wps_ie; member in struct:eap_sm
eap_server_wsc.c 131 cfg.assoc_wps_ie = sm->assoc_wps_ie;
eap_server.c 1272 if (conf->assoc_wps_ie)
1273 sm->assoc_wps_ie = wpabuf_dup(conf->assoc_wps_ie);
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 81 int flags, const struct wpabuf *assoc_wps_ie,
eapol_auth_sm.c 759 int flags, const struct wpabuf *assoc_wps_ie,
827 eap_conf.assoc_wps_ie = assoc_wps_ie;
  /external/wpa_supplicant_8/src/wps/
wps.c 98 if (cfg->assoc_wps_ie) {
101 cfg->assoc_wps_ie);
102 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) {
wps.h 136 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
138 const struct wpabuf *assoc_wps_ie; member in struct:wps_config

Completed in 148 milliseconds