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 134 struct sta_info *sta, int reassoc);
427 int reassoc);
455 const u8 *ie, size_t ielen, int reassoc);
ieee802_11.c     [all...]
drv_callbacks.c 38 const u8 *req_ies, size_t req_ies_len, int reassoc)
254 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
340 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
356 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
376 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
1196 data->assoc_info.reassoc);
    [all...]
ap_drv_ops.h 103 int reassoc, u16 status, const u8 *ie, size_t len);
ap_drv_ops.c 362 int reassoc, u16 status, const u8 *ie, size_t len)
367 reassoc, status, ie, len);
ieee802_1x.c 1020 int reassoc = 1; local
1070 reassoc = 0;
1128 if (reassoc) {
    [all...]
hostapd.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver.h 3926 int reassoc; member in struct:wpa_event_data::assoc_info
    [all...]
driver_atheros.c 1069 int reassoc, u16 status_code, const u8 *ie, size_t len)
1075 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1076 __func__, ether_sprintf(addr), status_code, reassoc);
1078 if (reassoc)
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
events.c     [all...]

Completed in 77 milliseconds