Searched refs:reassoc (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/net80211/
H A Dieee80211_hostap.c1579 int reassoc, int resp, const char *tag, int rate)
1583 reassoc ? "reassoc" : "assoc", tag, rate & IEEE80211_RATE_VAL);
1590 int reassoc, int resp, const char *tag, int capinfo)
1596 reassoc ? "reassoc" : "assoc", tag, capinfo);
1604 int reassoc, int resp)
1607 "deny %s request, %s missing HT ie", reassoc ? "reassoc" : "assoc");
1661 int reassoc, res local
1578 ratesetmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int rate) argument
1589 capinfomismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp, const char *tag, int capinfo) argument
1603 htcapmismatch(struct ieee80211_node *ni, const struct ieee80211_frame *wh, int reassoc, int resp) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.h173 struct sta_info *sta, int reassoc);
592 int reassoc);
626 const u8 *ie, size_t ielen, int reassoc);
H A Dieee802_11.c2920 const u8 *ies, size_t ies_len, int reassoc)
3090 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) {
3112 if (!reassoc) {
3358 struct sta_info *sta, int reassoc)
3385 " (added_unassoc=%d auth_alg=%u ft_over_ds=%u reassoc=%d authorized=%d ft_tk=%d fils_tk=%d)",
3387 sta->ft_over_ds, reassoc,
3394 (reassoc && sta->ft_over_ds && sta->auth_alg == WLAN_AUTH_FT) ||
3457 const u8 *addr, u16 status_code, int reassoc,
3490 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP :
3860 int reassoc, in
2919 check_assoc_ies(struct hostapd_data *hapd, struct sta_info *sta, const u8 *ies, size_t ies_len, int reassoc) argument
3357 add_associated_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
3456 send_assoc_resp(struct hostapd_data *hapd, struct sta_info *sta, const u8 *addr, u16 status_code, int reassoc, const u8 *ies, size_t ies_len, int rssi) argument
3858 handle_assoc(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int rssi) argument
4784 handle_assoc_cb(struct hostapd_data *hapd, const struct ieee80211_mgmt *mgmt, size_t len, int reassoc, int ok) argument
[all...]
H A Ddrv_callbacks.c107 const u8 *req_ies, size_t req_ies_len, int reassoc)
367 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
526 sta->fils_pending_assoc_is_reassoc = reassoc;
559 hostapd_sta_assoc(hapd, addr, reassoc, status, buf,
602 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
621 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT))
647 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf);
1762 data->assoc_info.reassoc);
106 hostapd_notif_assoc(struct hostapd_data *hapd, const u8 *addr, const u8 *req_ies, size_t req_ies_len, int reassoc) argument
H A Dap_drv_ops.c401 int reassoc, u16 status, const u8 *ie, size_t len)
406 reassoc, status, ie, len);
400 hostapd_sta_assoc(struct hostapd_data *hapd, const u8 *addr, int reassoc, u16 status, const u8 *ie, size_t len) argument
H A Dap_drv_ops.h123 int reassoc, u16 status, const u8 *ie, size_t len);
H A Dieee802_1x.c1222 int reassoc = 1; local
1274 reassoc = 0;
1356 if (reassoc) {
H A Dhostapd.c3042 * @reassoc: 1 to indicate this was a re-association; 0 = first association
3050 int reassoc)
3087 if (reassoc) {
3049 hostapd_new_assoc_sta(struct hostapd_data *hapd, struct sta_info *sta, int reassoc) argument
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h3566 * @reassoc: flag to indicate re-association
3576 int reassoc, u16 status, const u8 *ie, size_t len);
4854 * reassoc - Flag to indicate association or reassociation
4856 int reassoc; member in struct:wpa_event_data::assoc_info
5679 size_t ielen, int reassoc)
5683 event.assoc_info.reassoc = reassoc;
5678 drv_event_assoc(void *ctx, const u8 *addr, const u8 *ie, size_t ielen, int reassoc) argument
H A Ddriver_atheros.c1136 int reassoc, u16 status_code, const u8 *ie, size_t len)
1142 wpa_printf(MSG_DEBUG, "%s: addr=%s status_code=%d reassoc %d",
1143 __func__, ether_sprintf(addr), status_code, reassoc);
1145 if (reassoc)
1135 atheros_sta_assoc(void *priv, const u8 *own_addr, const u8 *addr, int reassoc, u16 status_code, const u8 *ie, size_t len) argument
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile64 tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp562 KEYWORD(reassoc);
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in1024 tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o \
2049 tree-ssa-reassoc.o : tree-ssa-reassoc.c $(TREE_FLOW_H) $(CONFIG_H) \
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Devents.c2735 data->assoc_info.reassoc);

Completed in 393 milliseconds