Home
last modified time | relevance | path

Searched refs:vhtopmode (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net80211/
H A Dieee80211_sta.c1397 uint8_t *vhtcap, *vhtopmode; in sta_recv_mgmt() local
1512 if (scan.vhtcap != NULL && scan.vhtopmode != NULL && in sta_recv_mgmt()
1516 scan.vhtcap, scan.vhtopmode); in sta_recv_mgmt()
1768 vhtcap = vhtopmode = NULL; in sta_recv_mgmt()
1806 vhtopmode = frm; in sta_recv_mgmt()
1853 if ((vhtcap != NULL) && (vhtopmode != NULL) & in sta_recv_mgmt()
1866 ieee80211_vht_updateparams(ni, vhtcap, vhtopmode); in sta_recv_mgmt()
1867 ieee80211_setup_vht_rates(ni, vhtcap, vhtopmode); in sta_recv_mgmt()
H A Dieee80211_input.c598 scan->vhtopmode = frm; in ieee80211_parse_beacon()
740 if (scan->vhtopmode != NULL) { in ieee80211_parse_beacon()
741 IEEE80211_VERIFY_LENGTH(scan->vhtopmode[1], in ieee80211_parse_beacon()
743 scan->vhtopmode = NULL); in ieee80211_parse_beacon()
H A Dieee80211_scan.h256 uint8_t *vhtopmode; member