Searched refs:xrates (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/net80211/ |
H A D | ieee80211_adhoc.c | 685 is11bclient(const uint8_t *rates, const uint8_t *xrates) in is11bclient() argument 691 if (xrates != NULL || rates == NULL) in is11bclient() 710 uint8_t *ssid, *rates, *xrates; in adhoc_recv_mgmt() local 904 ssid = rates = xrates = NULL; in adhoc_recv_mgmt() 915 xrates = frm; in adhoc_recv_mgmt() 921 if (xrates != NULL) in adhoc_recv_mgmt() 922 IEEE80211_VERIFY_ELEMENT(xrates, in adhoc_recv_mgmt() 944 is11bclient(rates, xrates) ? IEEE80211_SEND_LEGACY_11B : 0); in adhoc_recv_mgmt()
|
H A D | ieee80211_input.c | 428 const uint8_t *rates, const uint8_t *xrates, int flags) in ieee80211_setup_rates() argument 436 if (xrates != NULL) { in ieee80211_setup_rates() 441 nxrates = xrates[1]; in ieee80211_setup_rates() 446 "%u of %u rates", nxrates, xrates[1]); in ieee80211_setup_rates() 449 memcpy(rs->rs_rates + rs->rs_nrates, xrates+2, nxrates); in ieee80211_setup_rates() 612 scan->xrates = frm; in ieee80211_parse_beacon() 688 if (scan->rates != NULL && scan->xrates != NULL) { in ieee80211_parse_beacon() 695 IEEE80211_VERIFY_ELEMENT(scan->xrates, in ieee80211_parse_beacon()
|
H A D | ieee80211_hostap.c | 1749 is11bclient(const uint8_t *rates, const uint8_t *xrates) in is11bclient() argument 1755 if (xrates != NULL || rates == NULL) in is11bclient() 1796 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; in hostap_recv_mgmt() local 1930 ssid = rates = xrates = NULL; in hostap_recv_mgmt() 1941 xrates = frm; in hostap_recv_mgmt() 1947 if (xrates != NULL) in hostap_recv_mgmt() 1948 IEEE80211_VERIFY_ELEMENT(xrates, in hostap_recv_mgmt() 1970 is11bclient(rates, xrates) ? IEEE80211_SEND_LEGACY_11B : 0); in hostap_recv_mgmt() 2097 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL; in hostap_recv_mgmt() 2110 xrates = frm; in hostap_recv_mgmt() [all …]
|
H A D | ieee80211_sta.c | 1402 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local 1778 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt() 1787 xrates = frm; in sta_recv_mgmt() 1824 if (xrates != NULL) in sta_recv_mgmt() 1825 IEEE80211_VERIFY_ELEMENT(xrates, in sta_recv_mgmt() 1827 rate = ieee80211_setup_rates(ni, rates, xrates, in sta_recv_mgmt()
|
H A D | ieee80211_scan_sta.c | 281 if (sp->xrates != NULL) { in sta_add() 283 KASSERT(sp->xrates[1] <= IEEE80211_RATE_MAXSIZE, in sta_add() 284 ("xrate set too large: %u", sp->xrates[1])); in sta_add() 285 memcpy(ise->se_xrates, sp->xrates, 2+sp->xrates[1]); in sta_add()
|
H A D | ieee80211_scan.h | 244 uint8_t *xrates; member
|
H A D | ieee80211_input.h | 316 const uint8_t *rates, const uint8_t *xrates, int flags);
|
H A D | ieee80211_mesh.c | 1978 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local 2001 ssid = meshid = rates = xrates = NULL; in mesh_recv_mgmt() 2012 xrates = frm; in mesh_recv_mgmt() 2022 if (xrates != NULL) in mesh_recv_mgmt() 2023 IEEE80211_VERIFY_ELEMENT(xrates, in mesh_recv_mgmt()
|
H A D | ieee80211_node.c | 1850 ieee80211_setup_rates(ni, sp->rates, sp->xrates, in ieee80211_init_neighbor()
|