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

/hardware/broadcom/wlan/bcm4329/dhdutil/include/
H A Dbcmwifi.h29 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 chspe
[all...]
H A Dwlioctl.h92 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 chanspe
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmwifi.h29 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 chspe
[all...]
H A Dwlioctl.h92 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 chanspe
[all...]

Completed in 63 milliseconds