Lines Matching refs:chanspec_t

209 wf_bw_chspec_to_mhz(chanspec_t chspec)  in wf_bw_chspec_to_mhz()
291 wf_chspec_ntoa_ex(chanspec_t chspec, char *buf) in wf_chspec_ntoa_ex()
304 wf_chspec_ntoa(chanspec_t chspec, char *buf) in wf_chspec_ntoa()
387 chanspec_t
390 chanspec_t chspec; in wf_chspec_aton_ex()
619 chspec = (chanspec_t)(chspec_ch | chspec_band | chspec_bw | chspec_sb); in wf_chspec_aton_ex()
630 chanspec_t
643 wf_chspec_malformed(chanspec_t chanspec) in wf_chspec_malformed()
705 wf_chspec_valid(chanspec_t chanspec) in wf_chspec_valid()
798 wf_chspec_coexist(chanspec_t chspec1, chanspec_t chspec2) in wf_chspec_coexist()
822 chanspec_t
825 chanspec_t chspec; in wf_create_20MHz_chspec()
853 wf_chspec_primary20_chan(chanspec_t chspec) in wf_chspec_primary20_chan()
889 BCMRAMFN(wf_chspec_to_bw_str)(chanspec_t chspec) in BCMRAMFN()
897 chanspec_t
898 wf_chspec_primary20_chspec(chanspec_t chspec) in wf_chspec_primary20_chspec()
900 chanspec_t pri_chspec = chspec; in wf_chspec_primary20_chspec()
971 extern chanspec_t wf_chspec_primary40_chspec(chanspec_t chspec) in wf_chspec_primary40_chspec()
973 chanspec_t chspec40 = chspec; in wf_chspec_primary40_chspec()
1001 chspec40 = (chanspec_t)(WL_CHANSPEC_BAND_5G | WL_CHANSPEC_BW_40 | in wf_chspec_primary40_chspec()
1115 chanspec_t
1119 chanspec_t chanspec = INVCHANSPEC; in wf_chspec_80()
1120 chanspec_t chanspec_cur; in wf_chspec_80()
1152 chanspec_t
1210 wf_chspec_primary80_channel(chanspec_t chanspec) in wf_chspec_primary80_channel()
1212 chanspec_t primary80_chspec; in wf_chspec_primary80_channel()
1230 wf_chspec_secondary80_channel(chanspec_t chanspec) in wf_chspec_secondary80_channel()
1232 chanspec_t secondary80_chspec; in wf_chspec_secondary80_channel()
1249 chanspec_t
1250 wf_chspec_primary80_chspec(chanspec_t chspec) in wf_chspec_primary80_chspec()
1252 chanspec_t chspec80; in wf_chspec_primary80_chspec()
1268 chspec80 = (chanspec_t)(WL_CHANSPEC_BAND_5G | WL_CHANSPEC_BW_80 | sb | center_chan); in wf_chspec_primary80_chspec()
1285 chspec80 = (chanspec_t)(WL_CHANSPEC_BAND_5G | WL_CHANSPEC_BW_80 | sb | center_chan); in wf_chspec_primary80_chspec()
1297 chanspec_t
1298 wf_chspec_secondary80_chspec(chanspec_t chspec) in wf_chspec_secondary80_chspec()
1300 chanspec_t chspec80; in wf_chspec_secondary80_chspec()
1310 chspec80 = (chanspec_t)(WL_CHANSPEC_BAND_5G | in wf_chspec_secondary80_chspec()
1328 chspec80 = (chanspec_t)(WL_CHANSPEC_BAND_5G | in wf_chspec_secondary80_chspec()
1346 wf_chspec_get_80p80_channels(chanspec_t chspec, uint8 *ch) in wf_chspec_get_80p80_channels()
1369 wf_chspec_channel(chanspec_t chspec) in wf_chspec_channel()
1383 chanspec_t
1386 chanspec_t chanspec = 0; in wf_channel_create_chspec_frm_opclass()
1433 wf_channel_create_opclass_frm_chspec(chanspec_t chspec) in wf_channel_create_opclass_frm_chspec()
1448 wf_get_all_ext(chanspec_t chspec, uint8 *pext) in wf_get_all_ext()
1453 chanspec_t t = (CHSPEC_IS160(chspec) || CHSPEC_IS8080(chspec)) ? /* if bw > 80MHz */ in wf_get_all_ext()
1476 bool wf_chspec_overlap(chanspec_t chspec0, chanspec_t chspec1) in wf_chspec_overlap()
1492 channel_bw_to_width(chanspec_t chspec) in channel_bw_to_width()