Home
last modified time | relevance | path

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

/freebsd/sys/net80211/
H A Dieee80211_var.h815 uint32_t ieee80211_get_channel_center_freq1(const struct ieee80211_channel *);
H A Dieee80211.c1599 ieee80211_get_channel_center_freq1(const struct ieee80211_channel *c) in ieee80211_get_channel_center_freq1() function
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c2098 chanctx_conf->def.center_freq1 = ieee80211_get_channel_center_freq1(ni->ni_chan); in lkpi_sta_scan_to_auth()