Searched refs:vhtcap (Results 1 - 6 of 6) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_vht.c73 * + ensure vhtinfo/vhtcap parameters correctly use the negotiated
342 * opmode is '1' for "vhtcap as if I'm a STA", 0 otherwise.
346 struct ieee80211_ie_vhtcap *vhtcap, int opmode)
354 vhtcap->ie = IEEE80211_ELEMID_VHT_CAP;
355 vhtcap->len = sizeof(struct ieee80211_ie_vhtcap) - 2;
366 * vhtcap/vhtinfo IE in the node.
639 * already-learnt vhtcap/vhtinfo IE information.
643 vhtcap->supp_mcs.rx_mcs_map = vap->iv_vht_mcsinfo.rx_mcs_map;
644 vhtcap->supp_mcs.rx_highest = 0;
645 vhtcap
345 ieee80211_vht_get_vhtcap_ie(struct ieee80211_node *ni, struct ieee80211_ie_vhtcap *vhtcap, int opmode) argument
684 struct ieee80211_ie_vhtcap vhtcap; local
[all...]
H A Dieee80211_sta.c1397 uint8_t *vhtcap, *vhtopmode; local
1512 if (scan.vhtcap != NULL && scan.vhtopmode != NULL &&
1516 scan.vhtcap, scan.vhtopmode);
1768 vhtcap = vhtopmode = NULL;
1803 vhtcap = frm;
1853 if ((vhtcap != NULL) && (vhtopmode != NULL) &
1866 ieee80211_vht_updateparams(ni, vhtcap, vhtopmode);
1867 ieee80211_setup_vht_rates(ni, vhtcap, vhtopmode);
H A Dieee80211_scan.h255 uint8_t *vhtcap; member in struct:ieee80211_scanparams
H A Dieee80211_input.c595 scan->vhtcap = frm;
735 if (scan->vhtcap != NULL) {
736 IEEE80211_VERIFY_LENGTH(scan->vhtcap[1],
738 scan->vhtcap = NULL);
H A Dieee80211_hostap.c1751 uint8_t *vhtcap, *vhtinfo; local
2052 vhtcap = vhtinfo = NULL;
2073 vhtcap = frm;
2110 if (vhtcap != NULL) {
2111 IEEE80211_VERIFY_LENGTH(vhtcap[1],
2172 vhtcap != NULL &&
2177 ieee80211_vht_update_cap(ni, vhtcap, vhtinfo);
H A Dieee80211_scan_sta.c333 if (IEEE80211_IS_CHAN_VHT(ise->se_chan) && sp->vhtcap == NULL) {

Completed in 56 milliseconds