/freebsd/sys/net80211/ |
H A D | ieee80211_hostap.c | 1692 int reassoc, int resp, const char *tag, int rate) in ratesetmismatch() argument 1696 reassoc ? "reassoc" : "assoc", tag, rate & IEEE80211_RATE_VAL); in ratesetmismatch() 1703 int reassoc, int resp, const char *tag, int capinfo) in capinfomismatch() argument 1709 reassoc ? "reassoc" : "assoc", tag, capinfo); in capinfomismatch() 1717 int reassoc, int resp) in htcapmismatch() argument 1720 "deny %s request, %s missing HT ie", reassoc ? "reassoc" : "assoc"); in htcapmismatch() 1798 int reassoc, resp; in hostap_recv_mgmt() local 2063 reassoc = 1; in hostap_recv_mgmt() 2066 reassoc = 0; in hostap_recv_mgmt() 2072 reassoc ? "reassoc" : "assoc"); in hostap_recv_mgmt() [all …]
|
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 88 struct sta_info *sta, int reassoc); 3892 int reassoc) in check_sa_query() argument 3903 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_sa_query() 3921 struct ieee802_11_elems *elems, int reassoc, in __check_assoc_ies() argument 4152 if (!reassoc) { in __check_assoc_ies() 4422 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument 4433 return __check_assoc_ies(hapd, sta, ies, ies_len, &elems, reassoc, in check_assoc_ies() 4505 bool reassoc, bool offload) in ieee80211_ml_process_link() argument 4553 status = __check_assoc_ies(hapd, sta, NULL, 0, &elems, reassoc, true); in ieee80211_ml_process_link() 4605 if (!offload && add_associated_sta(hapd, sta, reassoc)) in ieee80211_ml_process_link() [all …]
|
H A D | hostapd.h | 202 struct sta_info *sta, int reassoc); 737 int reassoc); 782 size_t resp_ielen, const u8 *link_addr, int reassoc);
|
H A D | drv_callbacks.c | 254 const u8 *link_addr, int reassoc) in hostapd_notif_assoc() argument 355 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc() 763 sta->fils_pending_assoc_is_reassoc = reassoc; in hostapd_notif_assoc() 799 hostapd_sta_assoc(hapd, addr, reassoc, ret_status, buf, in hostapd_notif_assoc() 847 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc() 862 !!reassoc, WLAN_STATUS_SUCCESS, in hostapd_notif_assoc() 878 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc() 905 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc() 2555 data->assoc_info.reassoc); in wpa_supplicant_event()
|
H A D | ieee802_11.h | 264 bool reassoc, int tx_link_status,
|
H A D | ap_drv_ops.c | 454 int reassoc, u16 status, const u8 *ie, size_t len) in hostapd_sta_assoc() argument 459 reassoc, status, ie, len); in hostapd_sta_assoc()
|
H A D | ap_drv_ops.h | 132 int reassoc, u16 status, const u8 *ie, size_t len);
|
H A D | ieee802_1x.c | 1323 int reassoc = 1; in ieee802_1x_new_station() local 1375 reassoc = 0; in ieee802_1x_new_station() 1457 if (reassoc) { in ieee802_1x_new_station()
|
H A D | hostapd.c | 4009 int reassoc) in hostapd_new_assoc_sta() argument 4048 if (reassoc) { in hostapd_new_assoc_sta()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver.h | 4416 int reassoc, u16 status, const u8 *ie, size_t len); 5929 int reassoc; member 6871 int assoc_link_id, int reassoc) in drv_event_assoc() argument 6875 event.assoc_info.reassoc = reassoc; in drv_event_assoc()
|
H A D | driver_atheros.c | 1130 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()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | VPIntrinsics.def | 715 // sequential and reassociative. These manifest as the presence of 'reassoc' 719 // can then be relaxed to the non-SEQ ISD opcode if the 'reassoc' flag is set.
|
/freebsd/contrib/libpcap/ |
H A D | grammar.y.in | 165 { IEEE80211_FC0_SUBTYPE_REASSOC_REQ, "reassoc-req" }, 167 { IEEE80211_FC0_SUBTYPE_REASSOC_RESP, "reassoc-resp" },
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 564 KEYWORD(reassoc); in LexIdentifier()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | mac.c | 2221 bool reassoc) in ath12k_peer_assoc_prepare() argument 2229 arg->peer_new_assoc = !reassoc; in ath12k_peer_assoc_prepare() 3338 bool reassoc) in ath12k_station_assoc() argument 3356 ath12k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath12k_station_assoc() 3388 if (reassoc) in ath12k_station_assoc()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | mac.c | 2828 bool reassoc) in ath11k_peer_assoc_prepare() argument 2840 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare() 4537 bool reassoc) in ath11k_station_assoc() argument 4555 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc() 4600 if (reassoc) in ath11k_station_assoc()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | mac.c | 3266 bool reassoc) in ath10k_station_assoc() argument 3291 if (!reassoc) { in ath10k_station_assoc()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | events.c | 4150 NULL, data->assoc_info.reassoc); in wpa_supplicant_event_assoc()
|
H A D | ctrl_iface.c | 9754 ai->reassoc = atoi(pos); in wpas_ctrl_iface_driver_event_assoc()
|