Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/ !
Dnl80211.h6848 NL80211_BSS_SELECT_ATTR_RSSI, enumerator
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ !
Dcfg80211.c2353 case NL80211_BSS_SELECT_ATTR_RSSI: in brcmf_set_join_pref()
7620 wiphy->bss_select_support = BIT(NL80211_BSS_SELECT_ATTR_RSSI) | in brcmf_setup_wiphy()
/linux-6.6.21/net/wireless/ !
Dnl80211.c932 [NL80211_BSS_SELECT_ATTR_RSSI] = { .type = NLA_FLAG },
8945 if (attr[NL80211_BSS_SELECT_ATTR_RSSI]) in parse_bss_select()
8946 bss_select->behaviour = NL80211_BSS_SELECT_ATTR_RSSI; in parse_bss_select()