Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h173 struct sta_info *sta, int reassoc);
592 int reassoc);
626 const u8 *ie, size_t ielen, int reassoc);
Dieee802_11.c2920 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument
3090 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies()
3112 if (!reassoc) { in check_assoc_ies()
3358 struct sta_info *sta, int reassoc) in add_associated_sta() argument
3387 sta->ft_over_ds, reassoc, in add_associated_sta()
3394 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()
3457 const u8 *addr, u16 status_code, int reassoc, in send_assoc_resp() argument
3490 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP : in send_assoc_resp()
3860 int reassoc, int rssi) in handle_assoc() argument
3875 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
[all …]
Ddrv_callbacks.c107 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc() argument
380 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, in hostapd_notif_assoc()
539 sta->fils_pending_assoc_is_reassoc = reassoc; in hostapd_notif_assoc()
572 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, in hostapd_notif_assoc()
615 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
634 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()
660 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
1775 data->assoc_info.reassoc); in wpa_supplicant_event_hapd()
Dap_drv_ops.c401 int reassoc, u16 status, const u8 *ie, size_t len) in hostapd_sta_assoc() argument
406 reassoc, status, ie, len); in hostapd_sta_assoc()
Dap_drv_ops.h123 int reassoc, u16 status, const u8 *ie, size_t len);
Dieee802_1x.c1222 int reassoc = 1; in ieee802_1x_new_station() local
1274 reassoc = 0; in ieee802_1x_new_station()
1356 if (reassoc) { in ieee802_1x_new_station()
Dhostapd.c3050 int reassoc) in hostapd_new_assoc_sta() argument
3087 if (reassoc) { in hostapd_new_assoc_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h184 struct sta_info *sta, int reassoc);
624 int reassoc);
663 const u8 *ie, size_t ielen, int reassoc);
Ddrv_callbacks.c135 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc() argument
328 hostapd_sta_assoc(hapd, addr, reassoc, status, in hostapd_notif_assoc()
433 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, in hostapd_notif_assoc()
605 sta->fils_pending_assoc_is_reassoc = reassoc; in hostapd_notif_assoc()
640 hostapd_sta_assoc(hapd, addr, reassoc, ret_status, buf, in hostapd_notif_assoc()
688 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
707 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()
734 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
1948 data->assoc_info.reassoc); in wpa_supplicant_event_hapd()
Dieee802_11.c4437 int reassoc) in check_sa_query() argument
4448 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query()
4465 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument
4587 if (check_sa_query(hapd, sta, reassoc)) in check_assoc_ies()
4643 if (check_sa_query(hapd, sta, reassoc)) in check_assoc_ies()
4653 if (!reassoc) { in check_assoc_ies()
4922 struct sta_info *sta, int reassoc) in add_associated_sta() argument
4951 sta->ft_over_ds, reassoc, in add_associated_sta()
4958 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) || in add_associated_sta()
5020 const u8 *addr, u16 status_code, int reassoc, in send_assoc_resp() argument
[all …]
Dap_drv_ops.c404 int reassoc, u16 status, const u8 *ie, size_t len) in hostapd_sta_assoc() argument
409 reassoc, status, ie, len); in hostapd_sta_assoc()
Dap_drv_ops.h125 int reassoc, u16 status, const u8 *ie, size_t len);
Dieee802_1x.c1230 int reassoc = 1; in ieee802_1x_new_station() local
1282 reassoc = 0; in ieee802_1x_new_station()
1364 if (reassoc) { in ieee802_1x_new_station()
Dhostapd.c3204 int reassoc) in hostapd_new_assoc_sta() argument
3238 if (reassoc) { in hostapd_new_assoc_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dwpa_hal_event.c53 event.assoc_info.reassoc = staInfo->reassoc; in WifiWpaEventNewStaProcess()
372 copyStaInfo->reassoc = staInfo->reassoc; in WifiWpaNewStaProcess()
Ddriver.h3599 int reassoc, u16 status, const u8 *ie, size_t len);
4879 int reassoc; member
5702 size_t ielen, int reassoc) in drv_event_assoc() argument
5706 event.assoc_info.reassoc = reassoc; in drv_event_assoc()
Ddriver_atheros.c1136 int reassoc, u16 status_code, const u8 *ie, size_t len) in atheros_sta_assoc() argument
1143 __func__, ether_sprintf(addr), status_code, reassoc); in atheros_sta_assoc()
1145 if (reassoc) in atheros_sta_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dwpa_hal_event.c54 event.assoc_info.reassoc = staInfo->reassoc; in WifiWpaEventNewStaProcess()
373 copyStaInfo->reassoc = staInfo->reassoc; in WifiWpaNewStaProcess()
Ddriver.h3902 int reassoc, u16 status, const u8 *ie, size_t len);
5236 int reassoc; member
6081 size_t ielen, int reassoc) in drv_event_assoc() argument
6085 event.assoc_info.reassoc = reassoc; in drv_event_assoc()
Ddriver_atheros.c1129 int reassoc, u16 status_code, const u8 *ie, size_t len) in atheros_sta_assoc() argument
1136 __func__, ether_sprintf(addr), status_code, reassoc); in atheros_sta_assoc()
1138 if (reassoc) in atheros_sta_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c515 int reassoc, u16 status, const u8 *pst_assoc_rsp_ie, size_t len) in wpa_driver_nl80211_sta_assoc() argument
545 if (reassoc) { in wpa_driver_nl80211_sta_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c539 int reassoc, u16 status, const u8 *pst_assoc_rsp_ie, size_t len) in wpa_driver_nl80211_sta_assoc() argument
571 if (reassoc) in wpa_driver_nl80211_sta_assoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp562 KEYWORD(reassoc); in LexIdentifier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt59 Interesting? testcase for add/shift/mul reassoc:
93 something that reassoc doesn't think about yet.
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Devents.c2741 data->assoc_info.reassoc); in wpa_supplicant_event_assoc()

12