HomeSort by relevance Sort by last modified time
    Searched defs:wpa (Results 1 - 21 of 21) sorted by null

  /external/wpa_supplicant_8/src/ap/
ap_list.h 38 int wpa; member in struct:ap_info
ieee802_1x.c 718 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
885 if (hapd->conf->wps_state && hapd->conf->wpa &&
1828 const struct wpa_eapol_key *wpa; local
    [all...]
wps_hostapd.c 95 wpa_printf(MSG_DEBUG, "Received new WPA/WPA2-PSK from WPS for STA "
251 int wpa; local
343 wpa = 3;
345 wpa = 2;
347 wpa = 1;
349 wpa = 0;
351 if (wpa) {
353 fprintf(nconf, "wpa=%d\n", wpa);
358 fprintf(nconf, "WPA-EAP")
    [all...]
wpa_auth.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator
132 int wpa; member in struct:wpa_auth_config
wpa_auth_i.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
76 Boolean PInitAKeys; /* WPA only, not in IEEE 802.11i */
101 WPA_VERSION_NO_WPA = 0 /* WPA not used */,
102 WPA_VERSION_WPA = 1 /* WPA / IEEE 802.11i/D3.0 */,
104 } wpa; member in struct:wpa_state_machine
ap_config.h 207 int wpa; /* bitfield of WPA_PROTO_WPA, WPA_PROTO_RSN */ member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 2 * Test program for combined WPA authenticator/supplicant
21 #include "rsn_supp/wpa.h"
23 #include "../hostapd/wpa.h"
30 struct wpa { struct
56 struct wpa *wpa = ctx; local
58 os_memcpy(bssid, wpa->auth_addr, ETH_ALEN);
71 struct wpa *wpa = eloop_data; local
74 wpa_receive(wpa->auth_group, wpa->auth, wpa->supp_eapol
82 struct wpa *wpa = ctx; local
131 struct wpa *wpa = ctx; local
233 struct wpa *wpa = eloop_data; local
244 struct wpa *wpa = ctx; local
265 struct wpa *wpa = ctx; local
341 struct wpa wpa; local
    [all...]
  /external/wpa_supplicant/wpa_gui/
networkconfig.ui.h 44 else if (flags.find("[WPA-EAP") >= 0)
48 else if (flags.find("[WPA-PSK") >= 0)
108 QMessageBox::warning(this, "wpa_gui", "WPA-PSK requires a passphrase "
144 key_mgmt = "WPA-PSK";
145 proto = "WPA";
148 key_mgmt = "WPA-EAP";
149 proto = "WPA";
152 key_mgmt = "WPA-PSK";
156 key_mgmt = "WPA-EAP";
322 int wpa = 0 local
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 74 else if (flags.find("[WPA-EAP") >= 0)
78 else if (flags.find("[WPA-PSK") >= 0)
139 "WPA-PSK requires a passphrase "
175 key_mgmt = "WPA-PSK";
176 proto = "WPA";
179 key_mgmt = "WPA-EAP";
180 proto = "WPA";
183 key_mgmt = "WPA-PSK";
187 key_mgmt = "WPA-EAP";
361 int wpa = 0 local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_wpa.c 2 * Test program for combined WPA authenticator/supplicant
21 #include "wpa.h"
23 #include "../hostapd/wpa.h"
30 struct wpa { struct
56 struct wpa *wpa = ctx; local
58 return &wpa->ssid;
64 struct wpa *wpa = ctx; local
66 os_memcpy(bssid, wpa->auth_addr, ETH_ALEN)
79 struct wpa *wpa = eloop_data; local
90 struct wpa *wpa = ctx; local
139 struct wpa *wpa = ctx; local
248 struct wpa *wpa = eloop_data; local
259 struct wpa *wpa = ctx; local
280 struct wpa *wpa = ctx; local
356 struct wpa wpa; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
networkconfig.ui.h 44 else if (flags.find("[WPA-EAP") >= 0)
48 else if (flags.find("[WPA-PSK") >= 0)
108 QMessageBox::warning(this, "wpa_gui", "WPA-PSK requires a passphrase "
147 key_mgmt = "WPA-PSK";
148 proto = "WPA";
151 key_mgmt = "WPA-EAP";
152 proto = "WPA";
155 key_mgmt = "WPA-PSK";
159 key_mgmt = "WPA-EAP";
336 int wpa = 0 local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 77 else if (flags.indexOf("[WPA-EAP") >= 0)
81 else if (flags.indexOf("[WPA-PSK") >= 0)
192 QMessageBox::warning(this, "WPA Pre-Shared Key Error",
193 "WPA-PSK requires a passphrase "
246 key_mgmt = "WPA-PSK";
247 proto = "WPA";
250 key_mgmt = "WPA-EAP";
251 proto = "WPA";
254 key_mgmt = "WPA-PSK";
258 key_mgmt = "WPA-EAP"
511 int wpa = 0; local
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 25 int wpa; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
networkconfig.ui.h 44 else if (flags.find("[WPA-EAP") >= 0)
48 else if (flags.find("[WPA-PSK") >= 0)
108 QMessageBox::warning(this, "wpa_gui", "WPA-PSK requires a passphrase "
147 key_mgmt = "WPA-PSK";
148 proto = "WPA";
151 key_mgmt = "WPA-EAP";
152 proto = "WPA";
155 key_mgmt = "WPA-PSK";
159 key_mgmt = "WPA-EAP";
336 int wpa = 0 local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 80 else if (flags.indexOf("[WPA-EAP") >= 0)
84 else if (flags.indexOf("[WPA-PSK") >= 0)
202 tr("WPA Pre-Shared Key Error"),
203 tr("WPA-PSK requires a passphrase of 8 to 63 "
260 key_mgmt = "WPA-PSK";
261 proto = "WPA";
264 key_mgmt = "WPA-EAP";
265 proto = "WPA";
268 key_mgmt = "WPA-PSK";
272 key_mgmt = "WPA-EAP"
530 int wpa = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 2 * WPA Supplicant - Driver event processing
19 #include "rsn_supp/wpa.h"
106 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
159 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
164 pmksa_set = pmksa_cache_set_current(wpa_s->wpa,
192 pmksa_candidate_add(wpa_s->wpa, data->pmkid_candidate.bssid,
282 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
340 /* Allow TSN if local configuration accepts WEP use without WPA/WPA2 */
406 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - parse "
415 "in WPA IE")
485 int wpa; local
    [all...]
wpa_supplicant_i.h 365 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
393 struct wpa_sm *wpa; member in struct:wpa_supplicant
  /external/wpa_supplicant/
wpa_supplicant_i.h 294 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
316 struct wpa_sm *wpa; member in struct:wpa_supplicant
mlme.c 2 * WPA Supplicant - Client mode MLME
24 #include "wpa.h"
331 u8 *wpa; member in struct:ieee802_11_elems
411 /* OUI Type 1 - WPA IE */
412 elems->wpa = pos;
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant_i.h 301 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
323 struct wpa_sm *wpa; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/src/drivers/
driver.h 331 * wpa_ie - WPA information element for (Re)Association Request
332 * WPA information element to be included in (Re)Association
334 * of this WPA IE is optional. If the driver generates the WPA
337 * the driver has to notify wpa_supplicant about the used WPA
343 * looking at the first byte of the IE (0xdd for WPA, 0x30 for
346 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
447 * This value is made available only for WPA/WPA2-Personal (PSK) and
458 * This value is made available only for WPA/WPA2-Personal (PSK) and
529 /* Driver generated WPA/RSN IE *
683 int wpa; member in struct:wpa_bss_params
    [all...]

Completed in 534 milliseconds