HomeSort by relevance Sort by last modified time
    Searched refs:wpa_ie (Results 26 - 33 of 33) sorted by null

12

  /external/wpa_supplicant_8/src/ap/
hostapd.c 104 const u8 *wpa_ie; local
107 wpa_ie = wpa_auth_get_wpa_ie(hapd->wpa_auth, &wpa_ie_len);
108 if (hostapd_set_generic_elem(hapd, wpa_ie, wpa_ie_len))
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 46 elems->wpa_ie = pos;
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_priv.c 291 params.wpa_ie = (u8 *) (assoc + 1);
wpa_supplicant_i.h 1088 u8 *wpa_ie, size_t *wpa_ie_len);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1082 if (params->wpa_ie == NULL || params->wpa_ie_len == 0) {
1091 } else if (params->wpa_ie[0] == WLAN_EID_RSN) {
    [all...]
driver.h 631 * wpa_ie - WPA information element for (Re)Association Request
641 * When using WPA2/IEEE 802.11i, wpa_ie is used for RSN IE
646 * When using WPS, wpa_ie is used for WPS IE instead of WPA/RSN IE.
648 const u8 *wpa_ie; member in struct:wpa_driver_associate_params
651 * wpa_ie_len - length of the wpa_ie
663 * This is usually ignored if @wpa_ie is used.
670 * This is usually ignored if @wpa_ie is used.
677 * This is usually ignored if @wpa_ie is used.
    [all...]
driver_nl80211.c     [all...]
driver_wext.c     [all...]

Completed in 155 milliseconds

12