Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/net80211/
Dieee80211_hostap.c1604 int reassoc, int resp, const char *tag, int rate) in ratesetmismatch() argument
1608 reassoc ? "reassoc" : "assoc", tag, rate & IEEE80211_RATE_VAL); in ratesetmismatch()
1615 int reassoc, int resp, const char *tag, int capinfo) in capinfomismatch() argument
1621 reassoc ? "reassoc" : "assoc", tag, capinfo); in capinfomismatch()
1629 int reassoc, int resp) in htcapmismatch() argument
1632 "deny %s request, %s missing HT ie", reassoc ? "reassoc" : "assoc"); in htcapmismatch()
1686 int reassoc, resp; in hostap_recv_mgmt() local
1938 reassoc = 1; in hostap_recv_mgmt()
1941 reassoc = 0; in hostap_recv_mgmt()
1947 reassoc ? "reassoc" : "assoc"); in hostap_recv_mgmt()
[all …]
/freebsd-9-stable/contrib/wpa/src/ap/
Dieee802_11.c614 const u8 *ies, size_t ies_len, int reassoc) in check_assoc_ies() argument
720 (!reassoc || sta->auth_alg != WLAN_AUTH_FT)) { in check_assoc_ies()
742 if (!reassoc) { in check_assoc_ies()
798 u16 status_code, int reassoc, const u8 *ies, in send_assoc_resp() argument
810 (reassoc ? WLAN_FC_STYPE_REASSOC_RESP : in send_assoc_resp()
872 int reassoc) in handle_assoc() argument
880 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
883 "\n", reassoc, (unsigned long) len); in handle_assoc()
887 if (reassoc) { in handle_assoc()
946 resp = check_assoc_ies(hapd, sta, pos, left, reassoc); in handle_assoc()
[all …]
Dhostapd.h129 struct sta_info *sta, int reassoc);
262 int reassoc);
Dhostapd.c859 int reassoc) in hostapd_new_assoc_sta() argument
881 if (reassoc) { in hostapd_new_assoc_sta()
Dieee802_1x.c828 int reassoc = 1; in ieee802_1x_new_station() local
858 reassoc = 0; in ieee802_1x_new_station()
896 if (reassoc) { in ieee802_1x_new_station()
/freebsd-9-stable/gnu/usr.bin/cc/cc_int/
DMakefile62 tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o \
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dmlme.c1063 int reassoc) in ieee80211_rx_mgmt_assoc_resp() argument
1105 reassoc ? "Rea" : "A", MAC2STR(mgmt->sa), in ieee80211_rx_mgmt_assoc_resp()
1145 if (!reassoc) { in ieee80211_rx_mgmt_assoc_resp()
/freebsd-9-stable/contrib/gcc/
DMakefile.in1020 tree-vrp.o tree-stdarg.o tree-cfgcleanup.o tree-ssa-reassoc.o \
DChangeLog-2005454 * tree-ssa-reassoc.c (optimize_ops_list): Replace fold_build2
501 * tree-ssa-reassoc.c (init_reassoc): Ditto.
959 * tree-ssa-reassoc.c (init_reassoc): Ditto.
1181 tree-ssa-reassoc.c, tree-ssa-structalias.c: Fix comment typos.
1636 * tree-ssa-reassoc.c: Rewrite.
1639 * Makefile.in (tree-ssa-reassoc.o): Update dependencies.
10398 tree-ssa-reassoc.c, tree-ssa-structalias.c, vec.h,
10448 * tree-ssa-reassoc.c (reassociate_expr): Allow scaler floating point
13134 * tree-ssa-reassoc.c (should_transpose): Fix which operand
14844 * tree-ssa-reassoc.c (init_reassoc): Also give chain decl a distint
[all …]
DChangeLog-2006173 * tree-ssa-reassoc.c (eliminate_duplicate_pair): Handle MAX_EXPR
6941 * tree-ssa-reassoc.c (negate_value): Similarly.
10607 * tree-ssa-reassoc.c (execute_reassoc): Ditto.
13224 * tree-ssa-reassoc.c: Ditto.
/freebsd-9-stable/contrib/gcc/doc/
Dpasses.texi623 pass is located in @file{tree-ssa-reassoc.c} and described by