HomeSort by relevance Sort by last modified time
    Searched refs:wpa (Results 51 - 63 of 63) sorted by null

1 23

  /external/wpa_supplicant_8/wpa_supplicant/
ibss_rsn.c 15 #include "rsn_supp/wpa.h"
424 conf.wpa = 2;
mesh_rsn.c 2 * WPA Supplicant - Mesh RSN routines
17 #include "rsn_supp/wpa.h"
154 conf.wpa = WPA_PROTO_RSN;
wpa_supplicant_i.h 533 /* Selected configuration (based on Beacon/ProbeResp WPA IE) */
594 struct wpa_sm *wpa; member in struct:wpa_supplicant
    [all...]
interworking.c 23 #include "rsn_supp/wpa.h"
922 wpa_sm_set_config(wpa_s->wpa, NULL);
945 "WPA-EAP WPA-EAP-SHA256 FT-EAP" :
946 "WPA-EAP FT-EAP";
952 "WPA-EAP WPA-EAP-SHA256" : "WPA-EAP";
    [all...]
wps_supplicant.c 23 #include "rsn_supp/wpa.h"
194 * case they are configured for mixed mode operation (WPA+WPA2 and
234 wpa_printf(MSG_DEBUG, "WPS: The AP did not yet advertise WPA "
306 * configured for mixed mode operation (WPA+WPA2 and TKIP+CCMP).
336 "WPS: Workaround - merge likely WPA/WPA2-mixed mode creds in same M8 message");
949 wpa_sm_set_config(wpa_s->wpa, NULL);
    [all...]
p2p_supplicant.c 27 #include "rsn_supp/wpa.h"
991 wpa_sm_set_config(wpa_s->wpa, NULL);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 737 * wpa_ie - WPA information element for (Re)Association Request
738 * WPA information element to be included in (Re)Association
740 * of this WPA IE is optional. If the driver generates the WPA
743 * the driver has to notify wpa_supplicant about the used WPA
749 * looking at the first byte of the IE (0xdd for WPA, 0x30 for
752 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
762 * wpa_proto - Bitfield of WPA_PROTO_* values to indicate WPA/WPA2
858 * This value is made available only for WPA/WPA2-Personal (PSK) and
869 * This value is made available only for WPA/WPA2-Personal (PSK) an
1713 int wpa; member in struct:wpa_bss_params
    [all...]
  /external/autotest/server/cros/
chaos_dynamic_ap_list.conf 286 security = wpa
325 security = wpa
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
sta_network.cpp 34 (static_cast<uint32_t>(ISupplicantStaNetwork::ProtoMask::WPA) |
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 32 #include <proto/wpa.h>
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c 673 if (os_strcmp(start, "WPA-PSK") == 0)
675 else if (os_strcmp(start, "WPA-EAP") == 0)
684 else if (os_strcmp(start, "WPA-PSK-SHA256") == 0)
686 else if (os_strcmp(start, "WPA-EAP-SHA256") == 0)
696 else if (os_strcmp(start, "WPA-EAP-SUITE-B") == 0)
700 else if (os_strcmp(start, "WPA-EAP-SUITE-B-192") == 0)
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]

Completed in 475 milliseconds

1 23