Home
last modified time | relevance | path

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

/net/wireless/
Dscan.c868 enum ieee80211_bss_type bss_type) in cfg80211_bss_type_match() argument
873 if (bss_type == IEEE80211_BSS_TYPE_ANY) in cfg80211_bss_type_match()
878 switch (bss_type) { in cfg80211_bss_type_match()
893 switch (bss_type) { in cfg80211_bss_type_match()
917 enum ieee80211_bss_type bss_type, in cfg80211_get_bss() argument
925 trace_cfg80211_get_bss(wiphy, channel, bssid, ssid, ssid_len, bss_type, in cfg80211_get_bss()
932 bss->pub.channel->band, bss_type)) in cfg80211_get_bss()
1376 int bss_type; in cfg80211_inform_single_bss_data() local
1444 bss_type = res->pub.capability & WLAN_CAPABILITY_DMG_TYPE_MASK; in cfg80211_inform_single_bss_data()
1445 if (bss_type == WLAN_CAPABILITY_DMG_TYPE_AP || in cfg80211_inform_single_bss_data()
[all …]
Dtrace.h3185 enum ieee80211_bss_type bss_type,
3187 TP_ARGS(wiphy, channel, bssid, ssid, ssid_len, bss_type, privacy),
3193 __field(enum ieee80211_bss_type, bss_type)
3201 __entry->bss_type = bss_type;
3207 ((u8 *)__get_dynamic_array(ssid))[0], __entry->bss_type,