Searched refs:uchar (Results 1 – 6 of 6) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmutils.h | 342 extern uint pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf); 343 extern uint pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf); 437 extern int bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len); 807 extern void prhex(const char *msg, uchar *buf, uint len); 835 extern void bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount); 836 extern int bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes); 837 extern void bcm_print_bytes(const char *name, const uchar *cdata, int len);
|
D | typedefs.h | 175 typedef unsigned char uchar; typedef
|
D | wlioctl.h | 308 uchar SSID[DOT11_MAX_SSID_LEN]; 3675 uchar name[DPT_FNAME_LEN]; /* friendly name */ 3689 uchar name[DPT_FNAME_LEN]; /* friendly name */ 3695 uchar name[BDD_FNAME_LEN]; /* friendly name */ 4186 uchar KCK[RSN_KCK_LENGTH]; 4187 uchar KEK[RSN_KEK_LENGTH]; 4188 uchar ReplayCounter[RSN_REPLAY_LEN];
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 59 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy() 91 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf() 1736 prhex(const char *msg, uchar *buf, uint nbytes) in prhex() 2044 bcm_inc_bytes(uchar *num, int num_bytes, uint8 amount) in bcm_inc_bytes() 2057 bcm_cmp_bytes(const uchar *arg1, const uchar *arg2, uint8 nbytes) in bcm_cmp_bytes() 2069 bcm_print_bytes(const char *name, const uchar *data, int len) in bcm_print_bytes() 2123 bcm_format_ssid(char* buf, const uchar ssid[], uint ssid_len) in bcm_format_ssid() 2136 } else if (bcm_isprint((uchar)c)) { in bcm_format_ssid()
|
D | dhdu.c | 556 dhd_hexdump(uchar *buf, uint nbytes, uint saddr) in dhd_hexdump() 1042 dhd_hexdump((uchar*)ptr + align, chunk - align, addr + align); in dhd_membytes()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | 802.11.h | 2759 uchar id; 2760 uchar len; 2761 uchar oui [3]; 2762 uchar data [1]; /* Variable size data */ 2774 uchar id; 2775 uchar len; 2776 uchar oui[3]; 2787 uchar id; 2788 uchar len; 2789 uchar oui[3];
|