Searched refs:chanspec_t (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmwifi.h28 typedef uint16 chanspec_t; typedef
76 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
81 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
145 extern char * wf_chspec_ntoa(chanspec_t chspec, char *buf);
152 extern chanspec_t wf_chspec_aton(char *a);
160 extern bool wf_chspec_malformed(chanspec_t chanspec);
167 extern uint8 wf_chspec_ctlchan(chanspec_t chspec);
174 extern chanspec_t wf_chspec_ctlchspec(chanspec_t chspe
[all...]
H A Dwlioctl.h144 chanspec_t chanspec; /* chanspec for bss */
184 chanspec_t chanspec; /* chanspec for bss */
247 chanspec_t channel; /* Channel num, bw, ctrl_sb and band */
431 chanspec_t chanspec_list[1]; /* list of chanspecs */
550 chanspec_t chanspec; /* Which channel? */
633 chanspec_t chanspec;
652 chanspec_t chanspec;
1696 chanspec_t chanspec_cleared;
1728 chanspec_t chanspec; /* txpwr report for this channel */
1729 chanspec_t local_chanspe
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmwifi.c75 wf_chspec_ntoa(chanspec_t chspec, char *buf)
108 chanspec_t
177 wf_chspec_malformed(chanspec_t chanspec)
204 wf_chspec_ctlchan(chanspec_t chspec)
230 chanspec_t
231 wf_chspec_ctlchspec(chanspec_t chspec)
233 chanspec_t ctl_chspec = 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dbroadcom.c3199 chanspec_t c = 0, *chanspec;
3217 chanspec = (chanspec_t *)(buf + buflen);
3219 buflen += (sizeof(chanspec_t));
3242 c = (chanspec_t)list->element[i];
4861 chanspec_t chanspec;
4883 chanspec_t chanspec;

Completed in 191 milliseconds