Home
last modified time | relevance | path

Searched refs:xrates (Results 1 – 9 of 9) sorted by relevance

/src/sys/net80211/
H A Dieee80211_adhoc.c687 is11bclient(const uint8_t *rates, const uint8_t *xrates) in is11bclient() argument
693 if (xrates != NULL || rates == NULL) in is11bclient()
712 uint8_t *ssid, *rates, *xrates; in adhoc_recv_mgmt() local
906 ssid = rates = xrates = NULL; in adhoc_recv_mgmt()
917 xrates = frm; in adhoc_recv_mgmt()
923 if (xrates != NULL) in adhoc_recv_mgmt()
924 IEEE80211_VERIFY_ELEMENT(xrates, in adhoc_recv_mgmt()
946 is11bclient(rates, xrates) ? IEEE80211_SEND_LEGACY_11B : 0); in adhoc_recv_mgmt()
H A Dieee80211_input.c426 const uint8_t *rates, const uint8_t *xrates, int flags) in ieee80211_setup_rates() argument
434 if (xrates != NULL) { in ieee80211_setup_rates()
439 nxrates = xrates[1]; in ieee80211_setup_rates()
444 "%u of %u rates", nxrates, xrates[1]); in ieee80211_setup_rates()
447 memcpy(rs->rs_rates + rs->rs_nrates, xrates+2, nxrates); in ieee80211_setup_rates()
610 scan->xrates = frm; in ieee80211_parse_beacon()
686 if (scan->rates != NULL && scan->xrates != NULL) { in ieee80211_parse_beacon()
693 IEEE80211_VERIFY_ELEMENT(scan->xrates, in ieee80211_parse_beacon()
H A Dieee80211_hostap.c1748 is11bclient(const uint8_t *rates, const uint8_t *xrates) in is11bclient() argument
1754 if (xrates != NULL || rates == NULL) in is11bclient()
1795 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; in hostap_recv_mgmt() local
1929 ssid = rates = xrates = NULL; in hostap_recv_mgmt()
1940 xrates = frm; in hostap_recv_mgmt()
1946 if (xrates != NULL) in hostap_recv_mgmt()
1947 IEEE80211_VERIFY_ELEMENT(xrates, in hostap_recv_mgmt()
1969 is11bclient(rates, xrates) ? IEEE80211_SEND_LEGACY_11B : 0); in hostap_recv_mgmt()
2096 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL; in hostap_recv_mgmt()
2109 xrates = frm; in hostap_recv_mgmt()
[all …]
H A Dieee80211_sta.c1403 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1784 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1793 xrates = frm; in sta_recv_mgmt()
1830 if (xrates != NULL) in sta_recv_mgmt()
1831 IEEE80211_VERIFY_ELEMENT(xrates, in sta_recv_mgmt()
1833 rate = ieee80211_setup_rates(ni, rates, xrates, in sta_recv_mgmt()
H A Dieee80211_scan_sta.c281 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 Dieee80211_input.h316 const uint8_t *rates, const uint8_t *xrates, int flags);
H A Dieee80211_scan.h244 uint8_t *xrates; member
H A Dieee80211_mesh.c1979 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local
2002 ssid = meshid = rates = xrates = NULL; in mesh_recv_mgmt()
2013 xrates = frm; in mesh_recv_mgmt()
2023 if (xrates != NULL) in mesh_recv_mgmt()
2024 IEEE80211_VERIFY_ELEMENT(xrates, in mesh_recv_mgmt()
H A Dieee80211_node.c1851 ieee80211_setup_rates(ni, sp->rates, sp->xrates, in ieee80211_init_neighbor()