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

  /external/wpa_supplicant_8/wpa_supplicant/tests/
test_wpa.c 2 * Test program for combined WPA authenticator/supplicant
15 #include "rsn_supp/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_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/src/ap/
ieee802_1x.c 652 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa &&
830 if (hapd->conf->wps_state && hapd->conf->wpa &&
857 * reassociation change from WPA-EAP to PSK.
1830 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
72 Boolean PInitAKeys; /* WPA only, not in IEEE 802.11i */
100 WPA_VERSION_NO_WPA = 0 /* WPA not used */,
101 WPA_VERSION_WPA = 1 /* WPA / IEEE 802.11i/D3.0 */,
103 } wpa; member in struct:wpa_state_machine
wps_hostapd.c 104 "Received new WPA/WPA2-PSK from WPS for STA " MACSTR,
108 "Received new WPA/WPA2-PSK from WPS for STA " MACSTR
320 bss->wpa = 3;
322 bss->wpa = 2;
324 bss->wpa = 1;
326 bss->wpa = 0;
328 if (bss->wpa) {
340 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
420 int wpa; local
521 wpa = 3
    [all...]
ap_config.h 250 int wpa; /* bitfield of WPA_PROTO_WPA, WPA_PROTO_RSN */ member in struct:hostapd_bss_config
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 2 * WPA Supplicant - Driver event processing
13 #include "rsn_supp/wpa.h"
113 wpa_dbg(wpa_s, MSG_DEBUG, "Could not set WPA suites");
138 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
204 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
209 pmksa_set = pmksa_cache_set_current(wpa_s->wpa,
237 pmksa_candidate_add(wpa_s->wpa, data->pmkid_candidate.bssid,
326 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
396 /* Allow TSN if local configuration accepts WEP use without WPA/WPA2 */
464 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - parse
709 int wpa; local
    [all...]
wpa_supplicant_i.h 351 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
409 struct wpa_sm *wpa; member in struct:wpa_supplicant
  /external/wpa_supplicant_8/src/drivers/
driver.h 403 * wpa_ie - WPA information element for (Re)Association Request
404 * WPA information element to be included in (Re)Association
406 * of this WPA IE is optional. If the driver generates the WPA
409 * the driver has to notify wpa_supplicant about the used WPA
415 * looking at the first byte of the IE (0xdd for WPA, 0x30 for
418 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
428 * wpa_proto - Bitfield of WPA_PROTO_* values to indicate WPA/WPA2
524 * This value is made available only for WPA/WPA2-Personal (PSK) and
535 * This value is made available only for WPA/WPA2-Personal (PSK) an
1075 int wpa; member in struct:wpa_bss_params
    [all...]

Completed in 138 milliseconds