Searched refs:uchar (Results 1 – 4 of 4) 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
|
/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];
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
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()
|