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

  /external/wpa_supplicant_8/src/ap/
hostapd.h 135 struct sta_info *sta, int reassoc);
462 int reassoc);
492 const u8 *ie, size_t ielen, int reassoc);
ieee802_11.c     [all...]
drv_callbacks.c 41 const u8 *req_ies, size_t req_ies_len, int reassoc)
278 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
375 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
391 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
411 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
    [all...]
ap_drv_ops.h 106 int reassoc, u16 status, const u8 *ie, size_t len);
ap_drv_ops.c 350 int reassoc, u16 status, const u8 *ie, size_t len)
355 reassoc, status, ie, len);
ieee802_1x.c 1086 int reassoc = 1; local
1136 reassoc = 0;
    [all...]
hostapd.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 4077 int reassoc; member in struct:wpa_event_data::assoc_info
    [all...]
driver_atheros.c 1073 int reassoc, u16 status_code, const u8 *ie, size_t len)
1079 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1080 __func__, ether_sprintf(addr), status_code, reassoc);
1082 if (reassoc)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 75 milliseconds