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

  /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 75 else if (flags.indexOf("[WPA-EAP") >= 0)
79 else if (flags.indexOf("[WPA-PSK") >= 0)
197 tr("WPA Pre-Shared Key Error"),
198 tr("WPA-PSK requires a passphrase of 8 to 63 "
255 key_mgmt = "WPA-PSK";
256 proto = "WPA";
259 key_mgmt = "WPA-EAP";
260 proto = "WPA";
263 key_mgmt = "WPA-PSK";
267 key_mgmt = "WPA-EAP"
525 int wpa = 0; local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_1x.c 358 suite = wpa_cipher_to_suite(((hapd->conf->wpa & 0x2) ||
459 if ((hapd->conf->wpa & 2) &&
475 if (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) &&
489 if ((hapd->conf->wpa || hapd->conf->osen) && sta->wpa_sm &&
906 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa && !hapd->conf->osen &&
1092 ((hapd->conf->wpa && (sta->flags & WLAN_STA_MAYBE_WPS)) ||
1119 * reassociation change from WPA-EAP to PSK.
2332 const struct wpa_eapol_key *wpa; local
    [all...]
wpa_auth.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator
139 int wpa; member in struct:wpa_auth_config
wpa_auth_i.h 2 * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
75 Boolean PInitAKeys; /* WPA only, not in IEEE 802.11i */
104 WPA_VERSION_NO_WPA = 0 /* WPA not used */,
105 WPA_VERSION_WPA = 1 /* WPA / IEEE 802.11i/D3.0 */,
107 } wpa; member in struct:wpa_state_machine
wps_hostapd.c 105 "Received new WPA/WPA2-PSK from WPS for STA " MACSTR,
109 "Received new WPA/WPA2-PSK from WPS for STA " MACSTR
335 bss->wpa = 3;
337 bss->wpa = 2;
339 bss->wpa = 1;
341 bss->wpa = 0;
343 if (bss->wpa) {
359 bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
409 int wpa; local
459 wpa_printf(MSG_INFO, "WPS: Invalid key length %lu for WPA/WPA2"
    [all...]
ap_config.h 301 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"
226 wpa_dbg(wpa_s, MSG_DEBUG, "Could not set WPA suites");
254 wpa_msg(wpa_s, MSG_INFO, "WPA: TKIP countermeasures stopped");
318 if (wpa_sm_parse_own_wpa_ie(wpa_s->wpa, &ie) < 0 ||
323 pmksa_set = pmksa_cache_set_current(wpa_s->wpa,
351 pmksa_candidate_add(wpa_s->wpa, data->pmkid_candidate.bssid,
440 wpa_sm_set_scard_ctx(wpa_s->wpa, wpa_s->scard);
513 /* Allow TSN if local configuration accepts WEP use without WPA/WPA2 */
597 wpa_dbg(wpa_s, MSG_DEBUG, " skip WPA IE - parse
835 int wpa; local
    [all...]
wpa_supplicant_i.h 512 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
573 struct wpa_sm *wpa; member in struct:wpa_supplicant
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 631 * wpa_ie - WPA information element for (Re)Association Request
632 * WPA information element to be included in (Re)Association
634 * of this WPA IE is optional. If the driver generates the WPA
637 * the driver has to notify wpa_supplicant about the used WPA
643 * looking at the first byte of the IE (0xdd for WPA, 0x30 for
646 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
656 * wpa_proto - Bitfield of WPA_PROTO_* values to indicate WPA/WPA2
752 * This value is made available only for WPA/WPA2-Personal (PSK) and
763 * This value is made available only for WPA/WPA2-Personal (PSK) an
1512 int wpa; member in struct:wpa_bss_params
    [all...]

Completed in 202 milliseconds