Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net80211/
HDieee80211_adhoc.c654 is11bclient(const uint8_t *rates, const uint8_t *xrates) in is11bclient() argument
660 if (xrates != NULL || rates == NULL) in is11bclient()
679 uint8_t *ssid, *rates, *xrates; in adhoc_recv_mgmt() local
824 ssid = rates = xrates = NULL; in adhoc_recv_mgmt()
835 xrates = frm; in adhoc_recv_mgmt()
841 if (xrates != NULL) in adhoc_recv_mgmt()
842 IEEE80211_VERIFY_ELEMENT(xrates, in adhoc_recv_mgmt()
864 is11bclient(rates, xrates) ? IEEE80211_SEND_LEGACY_11B : 0); in adhoc_recv_mgmt()
HDieee80211_input.c402 const uint8_t *rates, const uint8_t *xrates, int flags) in ieee80211_setup_rates() argument
410 if (xrates != NULL) { in ieee80211_setup_rates()
415 nxrates = xrates[1]; in ieee80211_setup_rates()
420 "%u of %u rates", nxrates, xrates[1]); in ieee80211_setup_rates()
423 memcpy(rs->rs_rates + rs->rs_nrates, xrates+2, nxrates); in ieee80211_setup_rates()
582 scan->xrates = frm; in ieee80211_parse_beacon()
652 if (scan->rates != NULL && scan->xrates != NULL) { in ieee80211_parse_beacon()
659 IEEE80211_VERIFY_ELEMENT(scan->xrates, in ieee80211_parse_beacon()
HDieee80211_hostap.c1636 is11bclient(const uint8_t *rates, const uint8_t *xrates) in is11bclient() argument
1642 if (xrates != NULL || rates == NULL) in is11bclient()
1660 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; in hostap_recv_mgmt() local
1790 ssid = rates = xrates = NULL; in hostap_recv_mgmt()
1801 xrates = frm; in hostap_recv_mgmt()
1807 if (xrates != NULL) in hostap_recv_mgmt()
1808 IEEE80211_VERIFY_ELEMENT(xrates, in hostap_recv_mgmt()
1830 is11bclient(rates, xrates) ? IEEE80211_SEND_LEGACY_11B : 0); in hostap_recv_mgmt()
1957 ssid = rates = xrates = wpa = rsn = wme = ath = htcap = NULL; in hostap_recv_mgmt()
1969 xrates = frm; in hostap_recv_mgmt()
[all …]
HDieee80211_sta.c1281 uint8_t *rates, *xrates, *wme, *htcap, *htinfo; in sta_recv_mgmt() local
1611 rates = xrates = wme = htcap = htinfo = NULL; in sta_recv_mgmt()
1619 xrates = frm; in sta_recv_mgmt()
1650 if (xrates != NULL) in sta_recv_mgmt()
1651 IEEE80211_VERIFY_ELEMENT(xrates, in sta_recv_mgmt()
1653 rate = ieee80211_setup_rates(ni, rates, xrates, in sta_recv_mgmt()
HDieee80211_scan_sta.c280 if (sp->xrates != NULL) { in sta_add()
282 KASSERT(sp->xrates[1] <= IEEE80211_RATE_MAXSIZE, in sta_add()
283 ("xrate set too large: %u", sp->xrates[1])); in sta_add()
284 memcpy(ise->se_xrates, sp->xrates, 2+sp->xrates[1]); in sta_add()
HDieee80211_input.h256 const uint8_t *rates, const uint8_t *xrates, int flags);
HDieee80211_scan.h240 uint8_t *xrates; member
HDieee80211_mesh.c1976 uint8_t *ssid, *meshid, *rates, *xrates; in mesh_recv_mgmt() local
1999 ssid = meshid = rates = xrates = NULL; in mesh_recv_mgmt()
2010 xrates = frm; in mesh_recv_mgmt()
2020 if (xrates != NULL) in mesh_recv_mgmt()
2021 IEEE80211_VERIFY_ELEMENT(xrates, in mesh_recv_mgmt()
HDieee80211_node.c1585 ieee80211_setup_rates(ni, sp->rates, sp->xrates, in ieee80211_init_neighbor()