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

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 107 const struct wpabuf *assoc_wps_ie; member in struct:eap_config
eap_i.h 185 struct wpabuf *assoc_wps_ie; member in struct:eap_sm
eap_wsc.c 128 cfg.assoc_wps_ie = sm->assoc_wps_ie;
eap.c 1239 if (conf->assoc_wps_ie)
1240 sm->assoc_wps_ie = wpabuf_dup(conf->assoc_wps_ie);
1274 wpabuf_free(sm->assoc_wps_ie);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 73 if (cfg->assoc_wps_ie) {
76 cfg->assoc_wps_ie);
77 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) {
wps.h 121 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
123 const struct wpabuf *assoc_wps_ie; member in struct:wps_config

Completed in 27 milliseconds