HomeSort by relevance Sort by last modified time
    Searched refs:osen (Results 1 - 19 of 19) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 37 const u8 *osen; member in struct:wpa_eapol_ie_parse
hs20.c 47 if (!hapd->conf->osen)
drv_callbacks.c 151 } else if (elems.osen) {
152 ie = elems.osen - 2;
154 wpa_printf(MSG_DEBUG, "STA included OSEN IE in (Re)AssocReq");
405 } else if (hapd->conf->osen) {
406 if (elems.osen == NULL) {
410 "No HS 2.0 OSEN element in association request");
414 wpa_printf(MSG_DEBUG, "HS 2.0: OSEN association");
424 elems.osen - 2, elems.osen_len + 2) < 0)
    [all...]
ap_config.h 532 int osen; member in struct:hostapd_bss_config
ieee802_1x.c 362 hapd->conf->osen) ?
493 if ((hapd->conf->wpa || hapd->conf->osen) && sta->wpa_sm &&
910 if (!hapd->conf->ieee802_1x && !hapd->conf->wpa && !hapd->conf->osen &&
968 if (!hapd->conf->ieee802_1x && !hapd->conf->osen &&
1109 if (!force_1x && !hapd->conf->ieee802_1x && !hapd->conf->osen) {
    [all...]
ieee802_11.c 185 if (hapd->conf->osen)
    [all...]
hostapd.c 108 if ((hapd->conf->wpa || hapd->conf->osen) && hapd->wpa_auth == NULL) {
1102 if ((conf->wpa || conf->osen) && hostapd_setup_wpa(hapd))
    [all...]
beacon.c     [all...]
ap_config.c 1092 } else if (bss->osen) {
wpa_auth_glue.c 91 if (conf->osen) {
wpa_auth_ie.c 849 /* TODO: parse OSEN element */
894 ie->osen = pos;
wpa_auth.c     [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.h 60 const u8 *osen; member in struct:ieee802_11_elems
ieee802_11_common.c 114 /* Hotspot 2.0 OSEN */
115 elems->osen = pos;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 706 wpa_dbg(wpa_s, MSG_DEBUG, " allow in OSEN");
971 int osen; local
985 osen = ie != NULL;
999 osen ? " osen=1" : "");
1137 if (!osen && !wpa &&
1155 if ((ssid->key_mgmt & WPA_KEY_MGMT_OSEN) && !osen) {
1158 " skip - non-OSEN network not allowed");
    [all...]
sme.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 1318 * osen - Whether OSEN security is enabled
1320 int osen; member in struct:wpa_driver_ap_params
    [all...]
driver_atheros.c     [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 288 milliseconds