Home
last modified time | relevance | path

Searched refs:bss_param (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/wpa/src/ap/
H A Dieee802_11.c7317 u8 tbtt_count = 0, op_class, channel, bss_param; in hostapd_eid_rnr_iface() local
7346 bss_param = 0; in hostapd_eid_rnr_iface()
7366 bss_param |= RNR_BSS_PARAM_SAME_SSID; in hostapd_eid_rnr_iface()
7370 bss_param |= in hostapd_eid_rnr_iface()
7373 bss_param |= RNR_BSS_PARAM_CO_LOCATED; in hostapd_eid_rnr_iface()
7375 *eid++ = bss_param; in hostapd_eid_rnr_iface()
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dcfg80211.h574 struct cfg80211_ibss_params bss_param; member