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

  /hardware/broadcom/wlan/bcm4329/src/include/
bcmwifi.h 34 typedef uint16 chanspec_t; typedef
78 #define CH20MHZ_CHSPEC(channel) (chanspec_t)((chanspec_t)(channel) | WL_CHANSPEC_BW_20 | \
83 #define CH40MHZ_CHSPEC(channel, ctlsb) (chanspec_t) \
143 extern char * wf_chspec_ntoa(chanspec_t chspec, char *buf);
146 extern chanspec_t wf_chspec_aton(char *a);
wlioctl.h 106 chanspec_t chanspec;
240 chanspec_t chanspec_list[1];
242 #define WL_ASSOC_PARAMS_FIXED_SIZE (sizeof(wl_assoc_params_t) - sizeof(chanspec_t))
253 #define WL_JOIN_PARAMS_FIXED_SIZE (sizeof(wl_join_params_t) - sizeof(chanspec_t))
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmwifi.c 52 wf_chspec_ntoa(chanspec_t chspec, char *buf)
83 chanspec_t
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]

Completed in 1516 milliseconds