/external/wpa_supplicant_8/src/ap/ |
hostapd.h | 124 struct sta_info *sta, int reassoc); 349 int reassoc); 368 const u8 *ie, size_t ielen, int reassoc);
|
ieee802_11.c | 863 const u8 *ies, size_t ies_len, int reassoc) 1014 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { 1036 if (!reassoc) { 1115 u16 status_code, int reassoc, const u8 *ies, 1127 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP : [all...] |
drv_callbacks.c | 35 const u8 *req_ies, size_t req_ies_len, int reassoc) 222 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, 285 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); 295 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) 315 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); 888 data->assoc_info.reassoc);
|
ap_drv_ops.h | 101 int reassoc, u16 status, const u8 *ie, size_t len);
|
ap_drv_ops.c | 335 int reassoc, u16 status, const u8 *ie, size_t len) 340 reassoc, status, ie, len);
|
ieee802_1x.c | 825 int reassoc = 1; local 874 reassoc = 0; 936 if (reassoc) { [all...] |
hostapd.c | [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 3339 int reassoc; member in struct:wpa_event_data::assoc_info [all...] |
driver_atheros.c | 1098 int reassoc, u16 status_code, const u8 *ie, size_t len) 1104 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d", 1105 __func__, ether_sprintf(addr), status_code, reassoc); 1107 if (reassoc) [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
events.c | [all...] |