Home
last modified time | relevance | path

Searched refs:hcf_8 (Results 1 – 14 of 14) sorted by relevance

/drivers/staging/wlags49_h2/
Dwl_internal.h516 hcf_8 staAddr[ETH_ALEN];
517 hcf_8 oldApAddr[ETH_ALEN];
527 hcf_8 staAddr[ETH_ALEN];
685 hcf_8 silence;
686 hcf_8 signal; // Moved signal here as signal/noise values were flipped
687 hcf_8 rxFlow;
688 hcf_8 rate;
694 hcf_8 address1[6];
695 hcf_8 address2[6];
696 hcf_8 BSSID[6]; //! this is correct, right ?
[all …]
Dsta_h2.c33 static const hcf_8 fw_image_1_data[] = {
62 static const hcf_8 fw_image_2_data[] = {
660 static const hcf_8 fw_image_3_data[] = {
1651 static const hcf_8 fw_image_4_data[] = {
4402 (hcf_8 *)fw_image_1_data
4411 (hcf_8 *)fw_image_2_data
4420 (hcf_8 *)fw_image_3_data
4429 (hcf_8 *)fw_image_4_data
Dap_h2.c33 static const hcf_8 fw_image_1_data[] = {
58 static const hcf_8 fw_image_2_data[] = {
464 static const hcf_8 fw_image_3_data[] = {
496 static const hcf_8 fw_image_4_data[] = {
3259 (hcf_8 *)fw_image_1_data
3268 (hcf_8 *)fw_image_2_data
3277 (hcf_8 *)fw_image_3_data
3286 (hcf_8 *)fw_image_4_data
Dap_h25.c32 static const hcf_8 fw_image_1_data[] = {
57 static const hcf_8 fw_image_2_data[] = {
641 static const hcf_8 fw_image_3_data[] = {
1050 static const hcf_8 fw_image_4_data[] = {
4017 (hcf_8 *)fw_image_1_data
4026 (hcf_8 *)fw_image_2_data
4035 (hcf_8 *)fw_image_3_data
4044 (hcf_8 *)fw_image_4_data
Dsta_h25.c32 static const hcf_8 fw_image_1_data[] = {
61 static const hcf_8 fw_image_2_data[] = {
770 static const hcf_8 fw_image_3_data[] = {
2132 static const hcf_8 fw_image_4_data[] = {
5178 (hcf_8 FAR *) fw_image_1_data
5187 (hcf_8 FAR *) fw_image_2_data
5196 (hcf_8 FAR *) fw_image_3_data
5205 (hcf_8 FAR *) fw_image_4_data
Dwl_util.h80 hcf_8 wl_parse_ds_ie(PROBE_RESP *probe_rsp);
81 hcf_8 *wl_parse_wpa_ie(PROBE_RESP *probe_rsp, hcf_16 *length);
82 hcf_8 *wl_print_wpa_ie(hcf_8 *buffer, int length);
Dwl_util.c642 hcf_8 wl_parse_ds_ie( PROBE_RESP *probe_rsp ) in wl_parse_ds_ie()
646 hcf_8 *buf; in wl_parse_ds_ie()
647 hcf_8 buf_size; in wl_parse_ds_ie()
701 hcf_8 * wl_parse_wpa_ie( PROBE_RESP *probe_rsp, hcf_16 *length ) in wl_parse_wpa_ie()
705 hcf_8 *buf; in wl_parse_wpa_ie()
706 hcf_8 buf_size; in wl_parse_wpa_ie()
707 hcf_8 wpa_oui[] = WPA_OUI_TYPE; in wl_parse_wpa_ie()
774 hcf_8 * wl_print_wpa_ie( hcf_8 *buffer, int length ) in wl_print_wpa_ie()
780 hcf_8 row_buf[64]; in wl_print_wpa_ie()
781 static hcf_8 output[512]; in wl_print_wpa_ie()
[all …]
Dhcf.h123 #define CNV_SHORTP_TO_LITTLE(pw) ((hcf_16)(*(hcf_8 *)pw)) | ((hcf_16)(*((hcf_8 *)pw+1)) << 8)
124 #define CNV_LONGP_TO_LITTLE(pdw) ((hcf_32)(*(hcf_8 *)pdw)) | ((hcf_32)(*((hcf_8 *)pdw+1)) << 8) …
125 ((hcf_32)(*((hcf_8 *)pdw+2)) << 16) | ((hcf_32)(*((hcf_8 *)pdw+3)) << 24)
181 hcf_8 FAR *buf_addr;
Dwl_if.h182 hcf_8 u8[MAX_LTV_BUF_SIZE / sizeof(hcf_8)];
Dhcfcfg.h244 typedef unsigned char hcf_8; typedef
438 #define IN_PORT_BYTE(port) ((hcf_8)inb( (hcf_io)(port) ))
440 #define OUT_PORT_BYTE(port, value) (outb( (hcf_8) (value), (hcf_io)(port) ))
553 typedef hcf_8 FAR *wci_bufp; // segmented 16-bits or flat 32-bits pointer to 8 bits unit
Dmdd.h251 hcf_8 key[14]; //encryption key
258 hcf_8 bssid[6];
262 hcf_8 ssid_val[32];
272 hcf_8 variant[2];
273 hcf_8 bottom[2];
274 hcf_8 top[2];
332 hcf_8 FAR *host_addr; // source address (in Host memory)
1082 hcf_8 driver_name[8]; //Driver name, 8 bytes, right zero padded
Dhcf.c135 HCF_STATIC hcf_8 hcf_encap( wci_bufp type );
136 HCF_STATIC hcf_8 null_addr[4] = { 0, 0, 0, 0 };
177 void IN_PORT_STRING_8_16( hcf_io prt, hcf_8 FAR * dst, int n) { //also handles byte alignment probl… in IN_PORT_STRING_8_16()
215 void OUT_PORT_STRING_8_16( hcf_io prt, hcf_8 FAR * src, int n) { //also handles byte alignment p… in OUT_PORT_STRING_8_16()
245 HCF_STATIC hcf_8 BASED snap_header[] = { 0xAA, 0xAA, 0x03, 0x00, 0x00, //5 bytes signature +
249 HCF_STATIC hcf_8 BASED mic_pad[8] = { 0x5A, 0, 0, 0, 0, 0, 0, 0 }; //MIC padding of message
1122 hcf_8 *q; in hcf_connect()
1155 …for ( q = (hcf_8*)(&ifbp->IFB_Magic); q > (hcf_8*)ifbp; *--q = 0 ) /*NOP*/; /*… in hcf_connect()
1828 HCF_STATIC hcf_8
1832hcf_8 rc = ENC_NONE; … in hcf_encap()
[all …]
Dwl_wext.c93 hcf_8 tsc[IW_ENCODE_SEQ_MAX_SIZE] = in hermes_set_tkip_keys()
206 hcf_8 encryption_state = lp->EnableEncryption; in hermes_set_wep_keys()
2734 hcf_8 msg[512]; in wireless_get_scan()
2735 hcf_8 *wpa_ie; in wireless_get_scan()
3883 hcf_8 *wpa_ie; in wl_wext_event_assoc_ie()
Dwl_main.c3090 hcf_8 *wpa_ie = NULL; in wl_process_mailbox()
3562 static void printf_hcf_8(struct seq_file *m, const char *s, hcf_8 *p, int n)