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

  /external/wpa_supplicant_8/src/ap/
ap_list.h 32 int wpa; member in struct:ap_info
ieee802_1x.c 749 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
927 if (hapd->conf->wps_state && hapd->conf->wpa &&
954 * reassociation change from WPA-EAP to PSK.
1925 const struct wpa_eapol_key *wpa; local
    [all...]
wpa_auth.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator
126 int wpa; member in struct:wpa_auth_config
wpa_auth_i.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
71 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
wps_hostapd.c 94 wpa_printf(MSG_DEBUG, "Received new WPA/WPA2-PSK from WPS for STA "
290 int wpa; local
391 wpa = 3;
393 wpa = 2;
395 wpa = 1;
397 wpa = 0;
399 if (wpa) {
401 fprintf(nconf, "wpa=%d\n", wpa);
406 fprintf(nconf, "WPA-EAP")
    [all...]
ap_config.h 242 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
15 #include "rsn_supp/wpa.h"
17 #include "../hostapd/wpa.h"
24 struct wpa { struct
50 struct wpa *wpa = ctx; local
52 os_memcpy(bssid, wpa->auth_addr, ETH_ALEN);
65 struct wpa *wpa = eloop_data; local
68 wpa_receive(wpa->auth_group, wpa->auth, wpa->supp_eapol
76 struct wpa *wpa = ctx; local
125 struct wpa *wpa = ctx; local
227 struct wpa *wpa = eloop_data; local
238 struct wpa *wpa = ctx; local
259 struct wpa *wpa = ctx; local
335 struct wpa wpa; 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 19 int wpa; member in struct:eapol_auth_config
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 74 else if (flags.indexOf("[WPA-EAP") >= 0)
78 else if (flags.indexOf("[WPA-PSK") >= 0)
196 tr("WPA Pre-Shared Key Error"),
197 tr("WPA-PSK requires a passphrase of 8 to 63 "
254 key_mgmt = "WPA-PSK";
255 proto = "WPA";
258 key_mgmt = "WPA-EAP";
259 proto = "WPA";
262 key_mgmt = "WPA-PSK";
266 key_mgmt = "WPA-EAP"
524 int wpa = 0; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 2 * WPA Supplicant - Driver event processing
13 #include "rsn_supp/wpa.h"
125 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
190 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
195 pmksa_set = pmksa_cache_set_current(wpa_s->wpa,
223 pmksa_candidate_add(wpa_s->wpa, data->pmkid_candidate.bssid,
317 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
376 /* Allow TSN if local configuration accepts WEP use without WPA/WPA2 */
442 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - parse "
451 "in WPA IE")
635 int wpa; local
    [all...]
wpa_supplicant_i.h 313 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
364 struct wpa_sm *wpa; member in struct:wpa_supplicant
  /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 362 * wpa_ie - WPA information element for (Re)Association Request
363 * WPA information element to be included in (Re)Association
365 * of this WPA IE is optional. If the driver generates the WPA
368 * the driver has to notify wpa_supplicant about the used WPA
374 * looking at the first byte of the IE (0xdd for WPA, 0x30 for
377 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
387 * wpa_proto - Bitfield of WPA_PROTO_* values to indicate WPA/WPA2
483 * This value is made available only for WPA/WPA2-Personal (PSK) and
494 * This value is made available only for WPA/WPA2-Personal (PSK) an
967 int wpa; member in struct:wpa_bss_params
    [all...]

Completed in 202 milliseconds