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 124 const struct wpabuf *assoc_wps_ie; member in struct:eap_config
eap_i.h 195 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     [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 90 int flags, const struct wpabuf *assoc_wps_ie,
eapol_auth_sm.c 773 int flags, const struct wpabuf *assoc_wps_ie,
841 eap_conf.assoc_wps_ie = assoc_wps_ie;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps.c 107 if (cfg->assoc_wps_ie) {
110 cfg->assoc_wps_ie);
111 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) {
wps.h 135 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
137 const struct wpabuf *assoc_wps_ie; member in struct:wps_config

Completed in 118 milliseconds