Home
last modified time | relevance | path

Searched refs:reassoc (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c2301 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument
2451 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies()
2473 if (!reassoc) { in check_assoc_ies()
2697 const u8 *addr, u16 status_code, int reassoc, in send_assoc_resp() argument
2724 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP : in send_assoc_resp()
2986 int reassoc) in handle_assoc() argument
3001 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
3004 reassoc, (unsigned long) len); in handle_assoc()
3009 if (reassoc) { in handle_assoc()
3031 if (reassoc) { in handle_assoc()
[all …]
Dhostapd.h150 struct sta_info *sta, int reassoc);
543 int reassoc);
576 const u8 *ie, size_t ielen, int reassoc);
Ddrv_callbacks.c105 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc() argument
350 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, in hostapd_notif_assoc()
505 sta->fils_pending_assoc_is_reassoc = reassoc; in hostapd_notif_assoc()
524 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
543 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()
569 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
1484 data->assoc_info.reassoc); in wpa_supplicant_event()
Dap_drv_ops.c393 int reassoc, u16 status, const u8 *ie, size_t len) in hostapd_sta_assoc() argument
398 reassoc, status, ie, len); in hostapd_sta_assoc()
Dap_drv_ops.h111 int reassoc, u16 status, const u8 *ie, size_t len);
Dieee802_1x.c1092 int reassoc = 1; in ieee802_1x_new_station() local
1144 reassoc = 0; in ieee802_1x_new_station()
1225 if (reassoc) { in ieee802_1x_new_station()
Dhostapd.c2927 int reassoc) in hostapd_new_assoc_sta() argument
2962 if (reassoc) { in hostapd_new_assoc_sta()
/external/wpa_supplicant_8/src/drivers/
Ddriver.h3392 int reassoc, u16 status, const u8 *ie, size_t len);
4552 int reassoc; member
5335 size_t ielen, int reassoc) in drv_event_assoc() argument
5339 event.assoc_info.reassoc = reassoc; in drv_event_assoc()
Ddriver_atheros.c1130 int reassoc, u16 status_code, const u8 *ie, size_t len) in atheros_sta_assoc() argument
1137 __func__, ether_sprintf(addr), status_code, reassoc); in atheros_sta_assoc()
1139 if (reassoc) in atheros_sta_assoc()
/external/llvm/lib/Target/
DREADME.txt59 Interesting? testcase for add/shift/mul reassoc:
93 something that reassoc doesn't think about yet.
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt75 Interesting? testcase for add/shift/mul reassoc:
109 something that reassoc doesn't think about yet.
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c2564 data->assoc_info.reassoc); in wpa_supplicant_event_assoc()