Home
last modified time | relevance | path

Searched refs:NL80211_BAND_60GHZ (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c195 case NL80211_BAND_60GHZ: in qlink_utils_band_cfg2q()
H A Dcore.c266 ret = qtnf_mac_init_single_band(wiphy, mac, NL80211_BAND_60GHZ); in qtnf_mac_init_bands()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c44 .band = NL80211_BAND_60GHZ, \
121 wiphy->bands[NL80211_BAND_60GHZ]->n_channels = in update_supported_bands()
125 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.channels = in update_supported_bands()
127 wiphy->bands[NL80211_BAND_60GHZ]->edmg_cap.bw_config = in update_supported_bands()
2702 wiphy->bands[NL80211_BAND_60GHZ] = &wil_band_60ghz; in wil_wiphy_init()
2815 ch = wiphy->bands[NL80211_BAND_60GHZ]->channels; in wil_cfg80211_init()
H A Dwmi.c845 freq = ieee80211_channel_to_frequency(ch_no, NL80211_BAND_60GHZ); in wmi_evt_rx_mgmt()
1418 freq = ieee80211_channel_to_frequency(ch_no, NL80211_BAND_60GHZ); in wmi_evt_sched_scan_result()
1822 freq = ieee80211_channel_to_frequency(ch, NL80211_BAND_60GHZ); in wmi_evt_reassoc_status()
/openbmc/linux/net/wireless/
H A Dutil.c102 case NL80211_BAND_60GHZ: in ieee80211_channel_to_freq_khz()
241 case NL80211_BAND_60GHZ: in set_mandatory_flags_band()
2002 *band = NL80211_BAND_60GHZ; in ieee80211_operating_class_to_band()
H A Dpmsr.c36 case NL80211_BAND_60GHZ: in pmsr_parse_ftm()
H A Dchan.c1019 NL80211_BAND_60GHZ); in cfg80211_edmg_usable()
H A Dscan.c1514 if (band == NL80211_BAND_60GHZ) { in cfg80211_bss_type_match()
2160 if (channel->band == NL80211_BAND_60GHZ) { in cfg80211_inform_single_bss_data()
2942 if (channel->band == NL80211_BAND_60GHZ) { in cfg80211_inform_single_bss_frame_data()
H A Dcore.c840 if (WARN_ON((band != NL80211_BAND_60GHZ && in wiphy_register()
H A Dnl80211.c914 [NL80211_BAND_60GHZ] = { .type = NLA_S32 },
2539 NL80211_BAND_60GHZ + 1); in nl80211_send_wiphy()
6168 if (params->pbss && !rdev->wiphy.bands[NL80211_BAND_60GHZ]) { in nl80211_start_ap()
12020 if (connect.pbss && !rdev->wiphy.bands[NL80211_BAND_60GHZ]) { in nl80211_connect()
H A Dtrace.h2608 __entry->mcast_rate[NL80211_BAND_60GHZ])
/openbmc/linux/drivers/net/wireless/virtual/
H A Dvirt_wifi.c388 wiphy->bands[NL80211_BAND_60GHZ] = NULL; in virt_wifi_make_wiphy()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dmain.h88 RTW_BAND_60G = BIT(NL80211_BAND_60GHZ),
2152 return NL80211_BAND_60GHZ; in rtw_hw_to_nl80211_band()
/openbmc/linux/net/mac80211/
H A Dairtime.c479 if (WARN_ON_ONCE(status->band == NL80211_BAND_60GHZ || in ieee80211_calc_rx_airtime()
H A Dsta_info.c665 case NL80211_BAND_60GHZ: in __sta_info_alloc()
H A Dtx.c166 case NL80211_BAND_60GHZ: in ieee80211_duration()
H A Dmlme.c2045 case NL80211_BAND_60GHZ: in ieee80211_find_80211h_pwr_constr()
/openbmc/linux/include/uapi/linux/
H A Dnl80211.h5314 NL80211_BAND_60GHZ, enumerator
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c393 case NL80211_BAND_60GHZ: in chandef_to_chanspec()