Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/nan/
H A Dnan.c2842 const struct nan_chan_entry *bc_chan; in nan_peer_get_committed_avail_add() local
2860 bc_chan = &band_chan->u.chan; in nan_peer_get_committed_avail_add()
2870 idx = ffs(le_to_host16(bc_chan->chan_bitmap)) - 1; in nan_peer_get_committed_avail_add()
2874 le_to_host16(bc_chan->chan_bitmap), in nan_peer_get_committed_avail_add()
2875 bc_chan->op_class); in nan_peer_get_committed_avail_add()
2883 bc_chan->op_class, idx); in nan_peer_get_committed_avail_add()
2887 freq = ieee80211_chan_to_freq(NULL, bc_chan->op_class, chan_id); in nan_peer_get_committed_avail_add()
2898 idx = ffs(bc_chan->pri_chan_bitmap) - 1; in nan_peer_get_committed_avail_add()
2902 le_to_host16(bc_chan->pri_chan_bitmap)); in nan_peer_get_committed_avail_add()
3172 const struct nan_chan_entry *bc_chan; in nan_peer_get_pot_avail() local
[all …]
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h449 uint8_t bc_chan; member
H A Dif_bwn_phy_lp.c824 if (bwn_b2063_chantable[i].bc_chan == chan) { in bwn_phy_lp_b2063_switch_channel()
960 if (bwn_b2062_chantable[i].bc_chan == chan) { in bwn_phy_lp_b2062_switch_channel()