Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_hostap.c1602 int reassoc, int resp, const char *tag, int rate) in ratesetmismatch() argument
1627 int reassoc, int resp) in htcapmismatch() argument
1684 int reassoc, resp; in hostap_recv_mgmt() local
1947 reassoc = 1; in hostap_recv_mgmt()
1950 reassoc = 0; in hostap_recv_mgmt()
1956 reassoc ? "reassoc" : "assoc"); in hostap_recv_mgmt()
1979 if (reassoc) in hostap_recv_mgmt()
2042 capinfomismatch(ni, wh, reassoc, resp, in hostap_recv_mgmt()
2052 capinfomismatch(ni, wh, reassoc, resp, in hostap_recv_mgmt()
2084 ratesetmismatch(ni, wh, reassoc, resp, in hostap_recv_mgmt()
[all …]
/dragonfly/contrib/wpa_supplicant/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.c3112 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()
3860 int reassoc, int rssi) in handle_assoc() argument
3878 reassoc, (unsigned long) len); in handle_assoc()
3883 if (reassoc) { in handle_assoc()
3905 if (reassoc) { in handle_assoc()
4786 size_t len, int reassoc, int ok) in handle_assoc_cb() argument
4803 reassoc, (unsigned long) len); in handle_assoc_cb()
4808 if (reassoc) in handle_assoc_cb()
[all …]
H A Ddrv_callbacks.c107 const u8 *req_ies, size_t req_ies_len, int reassoc) in hostapd_notif_assoc() argument
367 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, in hostapd_notif_assoc()
526 sta->fils_pending_assoc_is_reassoc = reassoc; in hostapd_notif_assoc()
559 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, in hostapd_notif_assoc()
602 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
621 if (reassoc && (sta->auth_alg == WLAN_AUTH_FT)) in hostapd_notif_assoc()
647 hostapd_sta_assoc(hapd, addr, reassoc, status, buf, p - buf); in hostapd_notif_assoc()
1762 data->assoc_info.reassoc); in wpa_supplicant_event()
H A 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()
H A Dap_drv_ops.h123 int reassoc, u16 status, const u8 *ie, size_t len);
H A 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()
H A Dhostapd.c3050 int reassoc) in hostapd_new_assoc_sta() argument
3087 if (reassoc) { in hostapd_new_assoc_sta()
/dragonfly/contrib/wpa_supplicant/src/drivers/
H A Ddriver.h3576 int reassoc, u16 status, const u8 *ie, size_t len);
4856 int reassoc; member
5679 size_t ielen, int reassoc) in drv_event_assoc() argument
5683 event.assoc_info.reassoc = reassoc; in drv_event_assoc()
H A 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()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dparams.def958 /* Reassociation width to be used by tree reassoc optimization. */
960 "tree-reassoc-width",
H A Dcommon.opt2020 ftree-reassoc
/dragonfly/contrib/gcc-8.0/gcc/
H A Dparams.def1115 /* Reassociation width to be used by tree reassoc optimization. */
1117 "tree-reassoc-width",
H A Dcommon.opt2621 ftree-reassoc
H A Dmatch.pd964 /* Some simple reassociation for bit operations, also handled in reassoc. */
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dpasses.texi651 pass is located in @file{tree-ssa-reassoc.c} and described by
H A Dinvoke.texi412 -ftree-parallelize-loops=@var{n} -ftree-pre -ftree-pta -ftree-reassoc @gol
7028 @item -ftree-reassoc
7029 @opindex ftree-reassoc
9274 @item tree-reassoc-width
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Devents.c2735 data->assoc_info.reassoc); in wpa_supplicant_event_assoc()