HomeSort by relevance Sort by last modified time
    Searched refs:chanspec_t (Results 1 - 5 of 5) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmwifi.h 29 typedef uint16 chanspec_t; typedef
73 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
78 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
139 extern char * wf_chspec_ntoa(chanspec_t chspec, char *buf);
142 extern chanspec_t wf_chspec_aton(char *a);
145 extern bool wf_chspec_malformed(chanspec_t chanspec);
148 extern uint8 wf_chspec_ctlchan(chanspec_t chspec);
151 extern chanspec_t wf_chspec_ctlchspec(chanspec_t chspec)
    [all...]
wlioctl.h 92 chanspec_t chanspec;
127 chanspec_t chanspec;
314 chanspec_t chanspec_list[1];
316 #define WL_ASSOC_PARAMS_FIXED_SIZE (sizeof(wl_assoc_params_t) - sizeof(chanspec_t))
331 #define WL_JOIN_PARAMS_FIXED_SIZE (sizeof(wl_join_params_t) - sizeof(chanspec_t))
348 #define WL_EXTJOIN_PARAMS_FIXED_SIZE (sizeof(wl_extjoin_params_t) - sizeof(chanspec_t))
352 chanspec_t list[1];
426 chanspec_t chanspec;
469 chanspec_t chanspec;
488 chanspec_t chanspec
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi.h 27 typedef uint16 chanspec_t; typedef
71 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
76 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
137 extern char * wf_chspec_ntoa(chanspec_t chspec, char *buf);
140 extern chanspec_t wf_chspec_aton(char *a);
143 extern bool wf_chspec_malformed(chanspec_t chanspec);
146 extern uint8 wf_chspec_ctlchan(chanspec_t chspec);
149 extern chanspec_t wf_chspec_ctlchspec(chanspec_t chspec)
    [all...]
bcmwifi_channels.h 28 typedef uint16 chanspec_t; typedef
75 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
80 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
175 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
180 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
184 #define CH80MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
187 #define CH160MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
313 extern char * wf_chspec_ntoa(chanspec_t chspec, char *buf)
    [all...]
wlioctl.h 135 chanspec_t chanspec;
170 chanspec_t chanspec;
288 chanspec_t channel; /* Channel num, bw, ctrl_sb and band */
460 chanspec_t chanspec_list[1]; /* list of chanspecs */
569 chanspec_t chanspec;
641 chanspec_t chanspec;
660 chanspec_t chanspec;
    [all...]

Completed in 95 milliseconds