/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 147 struct sta_info *sta, int reassoc); 486 int reassoc); 516 const u8 *ie, size_t ielen, int reassoc);
|
D | ieee802_11.c | 1892 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument 2041 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies() 2063 if (!reassoc) { in check_assoc_ies() 2265 const u8 *addr, u16 status_code, int reassoc, in send_assoc_resp() argument 2288 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP : in send_assoc_resp() 2519 int reassoc) in handle_assoc() argument 2534 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc() 2537 reassoc, (unsigned long) len); in handle_assoc() 2542 if (reassoc) { in handle_assoc() 2564 if (reassoc) { in handle_assoc() [all …]
|
D | drv_callbacks.c | 41 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc() argument 285 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, in hostapd_notif_assoc() 382 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc() 398 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc() 418 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc() 1269 data->assoc_info.reassoc); in wpa_supplicant_event()
|
D | ap_drv_ops.c | 351 int reassoc, u16 status, const u8 *ie, size_t len) in hostapd_sta_assoc() argument 356 reassoc, status, ie, len); in hostapd_sta_assoc()
|
D | ap_drv_ops.h | 111 int reassoc, u16 status, const u8 *ie, size_t len);
|
D | ieee802_1x.c | 1090 int reassoc = 1; in ieee802_1x_new_station() local 1140 reassoc = 0; in ieee802_1x_new_station() 1221 if (reassoc) { in ieee802_1x_new_station()
|
D | hostapd.c | 2804 int reassoc) in hostapd_new_assoc_sta() argument 2839 if (reassoc) { in hostapd_new_assoc_sta()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 3238 int reassoc, u16 status, const u8 *ie, size_t len); 4362 int reassoc; member 5114 size_t ielen, int reassoc) in drv_event_assoc() argument 5118 event.assoc_info.reassoc = reassoc; in drv_event_assoc()
|
D | driver_atheros.c | 1077 int reassoc, u16 status_code, const u8 *ie, size_t len) in atheros_sta_assoc() argument 1084 __func__, ether_sprintf(addr), status_code, reassoc); in atheros_sta_assoc() 1086 if (reassoc) in atheros_sta_assoc()
|
/external/llvm/lib/Target/ |
D | README.txt | 59 Interesting? testcase for add/shift/mul reassoc: 93 something that reassoc doesn't think about yet.
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 75 Interesting? testcase for add/shift/mul reassoc: 109 something that reassoc doesn't think about yet.
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | events.c | 2438 data->assoc_info.reassoc); in wpa_supplicant_event_assoc()
|