Home
last modified time | relevance | path

Searched refs:ni_capinfo (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_node.c375 ni->ni_capinfo |= IEEE80211_CAPINFO_PRIVACY; in ieee80211_create_ibss()
381 ni->ni_capinfo |= IEEE80211_CAPINFO_IBSS; /* XXX */ in ieee80211_create_ibss()
513 if ((ni->ni_capinfo & IEEE80211_CAPINFO_IBSS) == 0) in check_bss()
516 if ((ni->ni_capinfo & IEEE80211_CAPINFO_ESS) == 0) in check_bss()
524 if (ni->ni_capinfo & IEEE80211_CAPINFO_PRIVACY) in check_bss()
555 if ((ni->ni_capinfo & IEEE80211_CAPINFO_IBSS) == 0) in check_bss_debug()
558 if ((ni->ni_capinfo & IEEE80211_CAPINFO_ESS) == 0) in check_bss_debug()
566 if (ni->ni_capinfo & IEEE80211_CAPINFO_PRIVACY) in check_bss_debug()
960 ni->ni_capinfo = se->se_capinfo; in ieee80211_sta_join()
1807 ni->ni_capinfo = sp->capinfo; in ieee80211_init_neighbor()
[all …]
H A Dieee80211_sta.c1482 if ((ni->ni_capinfo ^ scan.capinfo) & IEEE80211_CAPINFO_SHORT_SLOTTIME) { in sta_recv_mgmt()
1486 ni->ni_capinfo, scan.capinfo); in sta_recv_mgmt()
1494 ni->ni_capinfo = (ni->ni_capinfo &~ IEEE80211_CAPINFO_SHORT_SLOTTIME) in sta_recv_mgmt()
1846 ni->ni_capinfo = capinfo; in sta_recv_mgmt()
1909 (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE)) { in sta_recv_mgmt()
1918 (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME)); in sta_recv_mgmt()
H A Dieee80211_node.h194 uint16_t ni_capinfo; /* capabilities */ member
H A Dieee80211_adhoc.c816 } else if (ni->ni_capinfo == 0) { in adhoc_recv_mgmt()
H A Dieee80211_hostap.c2156 ((ni->ni_capinfo ^ capinfo) & IEEE80211_CAPINFO_SHORT_SLOTTIME)) { in hostap_recv_mgmt()
2256 ni->ni_capinfo = capinfo; in hostap_recv_mgmt()
H A Dieee80211_ddb.c284 ni->ni_intval, ni->ni_capinfo, IEEE80211_CAPINFO_BITS); in _db_show_sta()
H A Dieee80211_output.c2852 if ((ni->ni_capinfo & IEEE80211_CAPINFO_SPECTRUM_MGMT) && in ieee80211_send_mgmt()
H A Dieee80211_ioctl.c402 si->isi_capinfo = ni->ni_capinfo; in get_sta_info()
/freebsd/sys/dev/ath/
H A Dif_ath_tx_ht.c626 (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE)) in ath_rateseries_setup()
H A Dif_ath_tx.c1627 (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE)) { in ath_tx_normal_setup()
H A Dif_ath.c6001 ni->ni_capinfo, ieee80211_chan2ieee(ic, ic->ic_curchan)); in ath_newstate()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c3060 | (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE ? in mwl_calcformat()
4006 pi->CapInfo = ni->ni_capinfo; in mkpeerinfo()
4147 ni->ni_intval, ether_sprintf(ni->ni_bssid), ni->ni_capinfo, in mwl_newstate()
/freebsd/sys/dev/iwi/
H A Dif_iwi.c1344 ni->ni_capinfo = capinfo; in iwi_checkforqos()
2962 if (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_SLOTTIME) in iwi_auth_and_assoc()
/freebsd/sys/dev/malo/
H A Dif_malo.c1742 ni->ni_intval, ether_sprintf(ni->ni_bssid), ni->ni_capinfo, in malo_newstate()
/freebsd/sys/dev/usb/wlan/
H A Dif_rsu.c1975 fixed->capabilities = htole16(ni->ni_capinfo); in rsu_join_bss()
H A Dif_urtw.c1784 (ni->ni_capinfo & IEEE80211_CAPINFO_SHORT_PREAMBLE) && in urtw_tx_start()