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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 Dbcmwifi_channels.h28 typedef uint16 chanspec_t; typedef
92 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
97 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
199 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
204 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
208 #define CH80MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
211 #define CH160MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
276 * These are the defines for the previous format of the chanspec_t
[all...]
H A Dwlioctl.h161 chanspec_t chanspec; /* chanspec for bss */
203 chanspec_t chanspec; /* chanspec for bss */
336 chanspec_t channel; /* Channel num, bw, ctrl_sb and band */
615 chanspec_t chanspec_list[1]; /* list of chanspecs */
790 chanspec_t chanspec; /* Which channel? */
877 chanspec_t chanspec;
896 chanspec_t chanspec;
2149 chanspec_t chanspec_cleared;
2165 chanspec_t ch;
2198 chanspec_t chanspe
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbroadcom.c3765 chanspec_t c = 0, *chanspec;
3796 chanspec = (chanspec_t *)(buf + buflen);
3798 buflen += (sizeof(chanspec_t));
3819 c = (chanspec_t) list->element[i];
5603 chanspec_t chanspec;
5626 chanspec_t chanspec;

Completed in 125 milliseconds