• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/

Lines Matching refs:uint8

92 	uint8	dsap;				/* always 0xAA */
93 uint8 ssap; /* always 0xAA */
94 uint8 ctl; /* always 0x03 */
95 uint8 oui[DOT11_OUI_LEN]; /* RFC1042: 0x00 0x00 0x00
164 uint8 category;
165 uint8 OUI[3];
166 uint8 type;
167 uint8 subtype;
168 uint8 data[1040];
174 uint8 category;
175 uint8 OUI[3];
176 uint8 type;
177 uint8 subtype;
178 uint8 data[1];
223 uint8 bitmap[DOT11_BA_BITMAP_LEN]; /* Block Ack Bitmap */
276 uint8 category;
277 uint8 action;
278 uint8 token;
279 uint8 data[1];
284 uint8 category;
285 uint8 action;
286 uint8 ch_width;
290 uint8 category;
291 uint8 action;
292 uint8 control;
296 uint8 category;
297 uint8 action;
302 uint8 category;
303 uint8 action;
304 uint8 mode;
312 uint8 id;
313 uint8 len;
314 uint8 power;
319 uint8 min;
320 uint8 max;
325 uint8 id;
326 uint8 len;
327 uint8 tx_pwr;
328 uint8 margin;
334 uint8 id;
335 uint8 len;
336 uint8 first_channel;
337 uint8 num_channels;
348 uint8 id; /* IE ID, 62, DOT11_MNG_EXT_CHANNEL_OFFSET */
349 uint8 len; /* IE length */
350 uint8 extch;
355 uint8 id; /* IE ID, 221, DOT11_MNG_PROPR_ID */
356 uint8 len; /* IE length */
357 uint8 oui[3]; /* Proprietary OUI, BRCM_PROP_OUI */
358 uint8 type; /* type inidicates what follows */
359 uint8 extch;
372 uint8 category;
373 uint8 action;
374 uint8 data[1];
380 uint8 id; /* id DOT11_MNG_CHANNEL_SWITCH_ID */
381 uint8 len; /* length of IE */
382 uint8 mode; /* mode 0 or 1 */
383 uint8 channel; /* channel switch to */
384 uint8 count; /* number of beacons before switching */
394 uint8 category;
395 uint8 action;
401 uint8 mode; /* mode 0 or 1 */
402 uint8 reg; /* regulatory class */
403 uint8 channel; /* channel switch to */
404 uint8 count; /* number of beacons before switching */
409 uint8 id; /* id DOT11_MNG_EXT_CHANNEL_SWITCH_ID */
410 uint8 len; /* length of IE */
417 uint8 category;
418 uint8 action;
423 uint8 category;
424 uint8 action;
430 uint8 id; /* id DOT11_MNG_WIDE_BW_CHANNEL_SWITCH_ID */
431 uint8 len; /* length of IE */
432 uint8 channel_width; /* new channel width */
433 uint8 center_frequency_segment_0; /* center frequency segment 0 */
434 uint8 center_frequency_segment_1; /* center frequency segment 1 */
442 uint8 id; /* id DOT11_MNG_WIDE_BW_CHANNEL_SWITCH_ID */
443 uint8 len; /* length of IE */
450 uint8 id; /* id DOT11_MNG_WIDE_BW_CHANNEL_SWITCH_ID */
451 uint8 len; /* length of IE */
452 uint8 transmit_power_info;
453 uint8 local_max_transmit_power_20;
463 uint8 id;
464 uint8 len;
465 uint8 info;
475 uint8 id;
476 uint8 len;
477 uint8 regclass;
478 uint8 chanlist[1];
484 uint8 id;
485 uint8 len;
486 uint8 cap[1];
512 uint8 extcap[DOT11_EXTCAP_LEN_MAX];
552 #define DOT11_MEASURE_BASIC_MAP_BSS ((uint8)(1<<0)) /* d11 measurement basic map BSS */
553 #define DOT11_MEASURE_BASIC_MAP_OFDM ((uint8)(1<<1)) /* d11 measurement map OFDM */
554 #define DOT11_MEASURE_BASIC_MAP_UKNOWN ((uint8)(1<<2)) /* d11 measurement map unknown */
555 #define DOT11_MEASURE_BASIC_MAP_RADAR ((uint8)(1<<3)) /* d11 measurement map radar */
556 #define DOT11_MEASURE_BASIC_MAP_UNMEAS ((uint8)(1<<4)) /* d11 measurement map unmeasuremnt */
559 uint8 id;
560 uint8 len;
561 uint8 token;
562 uint8 mode;
563 uint8 type;
564 uint8 channel;
565 uint8 start_time[8];
574 uint8 id;
575 uint8 len;
576 uint8 token;
577 uint8 mode;
578 uint8 type;
582 uint8 channel;
583 uint8 start_time[8];
585 uint8 map;
587 uint8 data[1];
596 uint8 channel;
597 uint8 start_time[8];
599 uint8 map;
605 uint8 id;
606 uint8 len;
607 uint8 count; /* TBTTs until beacon interval in quiet starts */
608 uint8 period; /* Beacon intervals between periodic quiet periods ? */
615 uint8 channel;
616 uint8 map;
621 uint8 id;
622 uint8 len;
623 uint8 eaddr[ETHER_ADDR_LEN];
624 uint8 interval;
646 typedef uint8 ac_bitmap_t; /* AC bitmap of (1 << AC_xx) */
656 uint8 oui[3];
657 uint8 type;
658 uint8 subtype;
659 uint8 version;
660 uint8 qosinfo;
666 uint8 ACI;
667 uint8 ECW;
674 uint8 oui[3];
675 uint8 type;
676 uint8 subtype;
677 uint8 version;
678 uint8 qosinfo;
679 uint8 rsvd;
760 uint8 qosinfo;
761 uint8 rsvd;
769 uint8 qosinfo;
774 uint8 id; /* 11, DOT11_MNG_QBSS_LOAD_ID */
775 uint8 length;
777 uint8 channel_utilization; /* % of time, normalized to 255, QAP sensed medium busy */
794 uint8 category; /* DOT11_ACTION_NOTIFICATION */
795 uint8 action;
796 uint8 token;
797 uint8 status;
798 uint8 data[1]; /* Elements */
804 uint8 ti_type;
1424 uint8 mode;
1550 uint8 category; /* category of action frame (2) */
1551 uint8 action; /* DLS action: req (0) */
1556 uint8 data[1]; /* IE:support rate, extend support rate, HT cap */
1563 uint8 category; /* category of action frame (2) */
1564 uint8 action; /* DLS action: req (0) */
1568 uint8 data[1]; /* optional: capability, rate ... */
1578 uint8 category; /* category of action frame (10) */
1579 uint8 action; /* WNM action: trans_query (6) */
1580 uint8 token; /* dialog token */
1581 uint8 reason; /* transition query reason */
1582 uint8 data[1]; /* Elements */
1589 uint8 category; /* category of action frame (10) */
1590 uint8 action; /* WNM action: trans_req (7) */
1591 uint8 token; /* dialog token */
1592 uint8 reqmode; /* transition request mode */
1594 uint8 validity_intrvl; /* validity interval */
1595 uint8 data[1]; /* optional: BSS term duration, ... */
1610 uint8 category; /* category of action frame (10) */
1611 uint8 action; /* WNM action: trans_resp (8) */
1612 uint8 token; /* dialog token */
1613 uint8 status; /* transition status */
1614 uint8 term_delay; /* validity interval */
1615 uint8 data[1]; /* optional: BSSID target, candidate list */
1634 uint8 id; /* 90, DOT11_MNG_BSS_MAX_IDLE_PERIOD_ID */
1635 uint8 len;
1637 uint8 idle_opt;
1645 uint8 id; /* 94, DOT11_MNG_TIMBC_REQ_ID */
1646 uint8 len;
1647 uint8 interval; /* in unit of beacon interval */
1654 uint8 category; /* category of action frame (10) */
1655 uint8 action; /* WNM action: DOT11_WNM_ACTION_TIMBC_REQ(18) */
1656 uint8 token; /* dialog token */
1657 uint8 data[1]; /* TIM broadcast request element */
1664 uint8 id; /* 95, DOT11_MNG_TIM_BROADCAST_RESP_ID */
1665 uint8 len;
1666 uint8 status; /* status of add request */
1667 uint8 interval; /* in unit of beacon interval */
1684 uint8 category; /* category of action frame (10) */
1685 uint8 action; /* action: DOT11_WNM_ACTION_TIMBC_RESP(19) */
1686 uint8 token; /* dialog token */
1687 uint8 data[1]; /* TIM broadcast response element */
1694 uint8 id; /* 5, DOT11_MNG_TIM_ID */
1695 uint8 len; /* 4 - 255 */
1696 uint8 dtim_count; /* DTIM decrementing counter */
1697 uint8 dtim_period; /* DTIM period */
1698 uint8 bitmap_control; /* AID 0 + bitmap offset */
1699 uint8 pvb[1]; /* Partial Virtual Bitmap, variable length */
1707 uint8 category; /* category of action frame (11) */
1708 uint8 action; /* action: TIM (0) */
1709 uint8 check_beacon; /* need to check-beacon */
1710 uint8 tsf[8]; /* Time Synchronization Function */
1720 uint8 type;
1721 uint8 mask;
1722 uint8 data[1];
1745 uint8 type;
1746 uint8 mask;
1747 uint8 sa[ETHER_ADDR_LEN];
1748 uint8 da[ETHER_ADDR_LEN];
1756 uint8 type;
1757 uint8 mask;
1758 uint8 version;
1763 uint8 dscp;
1764 uint8 protocol;
1765 uint8 reserved;
1772 uint8 type;
1773 uint8 mask;
1781 uint8 type;
1782 uint8 mask;
1784 uint8 data[1];
1795 uint8 type;
1796 uint8 mask;
1797 uint8 version;
1798 uint8 saddr[16];
1799 uint8 daddr[16];
1802 uint8 dscp;
1803 uint8 nexthdr;
1804 uint8 flow_lbl[3];
1811 uint8 type;
1812 uint8 mask;
1813 uint8 pcp;
1814 uint8 cfi;
1822 uint8 data[1];
1839 uint8 id; /* 14, DOT11_MNG_TCLAS_ID */
1840 uint8 len;
1841 uint8 user_priority;
1849 uint8 id; /* 44, DOT11_MNG_TCLAS_PROC_ID */
1850 uint8 len;
1851 uint8 process;
1866 uint8 id; /* 91, DOT11_MNG_TFS_REQUEST_ID */
1867 uint8 len;
1868 uint8 tfs_id;
1869 uint8 actcode;
1870 uint8 data[1];
1885 uint8 sub_id;
1886 uint8 len;
1887 uint8 data[1]; /* TCLAS element(s) + optional TCLAS proc */
1894 uint8 id; /* 92, DOT11_MNG_TFS_RESPONSE_ID */
1895 uint8 len;
1896 uint8 tfs_id;
1897 uint8 data[1];
1909 uint8 sub_id; /* 92, DOT11_MNG_TFS_RESPONSE_ID */
1910 uint8 len;
1911 uint8 resp_st;
1912 uint8 data[1]; /* Potential dot11_tfs_se_t included */
1946 uint8 category; /* category of action frame (10) */
1947 uint8 action; /* WNM action: TFS request (13) */
1948 uint8 token; /* dialog token */
1949 uint8 data[1]; /* Elements */
1956 uint8 category; /* category of action frame (10) */
1957 uint8 action; /* WNM action: TFS request (14) */
1958 uint8 token; /* dialog token */
1959 uint8 data[1]; /* Elements */
1966 uint8 category; /* category of action frame (10) */
1967 uint8 action; /* WNM action: TFS notify request (15) */
1968 uint8 tfs_id_cnt; /* TFS IDs count */
1969 uint8 tfs_id[1]; /* Array of TFS IDs */
1976 uint8 category; /* category of action frame (10) */
1977 uint8 action; /* WNM action: TFS notify response (28) */
1978 uint8 tfs_id_cnt; /* TFS IDs count */
1979 uint8 tfs_id[1]; /* Array of TFS IDs */
1987 uint8 category; /* category of action frame (10) */
1988 uint8 action; /* WNM action: wnm-sleep request (16) */
1989 uint8 token; /* dialog token */
1990 uint8 data[1]; /* Elements */
1997 uint8 category; /* category of action frame (10) */
1998 uint8 action; /* WNM action: wnm-sleep request (17) */
1999 uint8 token; /* dialog token */
2001 uint8 data[1]; /* Elements */
2010 uint8 sub_id;
2011 uint8 len;
2013 uint8 key_length;
2014 uint8 rsc[8];
2015 uint8 key[1];
2022 uint8 sub_id;
2023 uint8 len;
2025 uint8 pn[6];
2026 uint8 key[16];
2032 uint8 id; /* 93, DOT11_MNG_WNM_SLEEP_MODE_ID */
2033 uint8 len;
2034 uint8 act_type;
2035 uint8 resp_status;
2054 uint8 category; /* category of action frame (10) */
2055 uint8 action; /* WNM action: dms request (23) */
2056 uint8 token; /* dialog token */
2057 uint8 data[1]; /* Elements */
2064 uint8 category; /* category of action frame (10) */
2065 uint8 action; /* WNM action: dms request (24) */
2066 uint8 token; /* dialog token */
2067 uint8 data[1]; /* Elements */
2074 uint8 id; /* 99, DOT11_MNG_DMS_REQUEST_ID */
2075 uint8 len;
2076 uint8 data[1];
2083 uint8 id; /* 100, DOT11_MNG_DMS_RESPONSE_ID */
2084 uint8 len;
2085 uint8 data[1];
2092 uint8 dms_id;
2093 uint8 len;
2094 uint8 type;
2095 uint8 data[1];
2106 uint8 dms_id;
2107 uint8 len;
2108 uint8 type;
2110 uint8 data[1];
2123 uint8 category; /* category of action frame (10) */
2124 uint8 action; /* WNM action: fms request (9) */
2125 uint8 token; /* dialog token */
2126 uint8 data[1]; /* Elements */
2133 uint8 category; /* category of action frame (10) */
2134 uint8 action; /* WNM action: fms request (10) */
2135 uint8 token; /* dialog token */
2136 uint8 data[1]; /* Elements */
2143 uint8 id;
2144 uint8 len;
2145 uint8 num_fms_cnt;
2146 uint8 data[1];
2159 uint8 id;
2160 uint8 len;
2161 uint8 fms_token; /* token used to identify fms stream set */
2162 uint8 data[1];
2168 uint8 mask;
2169 uint8 mcs_idx;
2181 uint8 sub_id;
2182 uint8 len;
2183 uint8 interval;
2184 uint8 max_interval;
2186 uint8 data[1];
2196 uint8 id;
2197 uint8 len;
2198 uint8 fms_token;
2199 uint8 data[1];
2211 uint8 sub_id;
2212 uint8 len;
2213 uint8 status;
2214 uint8 interval;
2215 uint8 max_interval;
2216 uint8 fmsid;
2217 uint8 counter;
2219 uint8 mcast_addr[ETHER_ADDR_LEN];
2226 uint8 sub_id;
2227 uint8 len;
2228 uint8 fmsid;
2229 uint8 data[1];
2235 uint8 category; /* category of action frame (3) */
2236 uint8 action; /* action: addba req */
2237 uint8 token; /* identifier */
2246 uint8 category; /* category of action frame (3) */
2247 uint8 action; /* action: addba resp */
2248 uint8 token; /* identifier */
2263 uint8 category; /* category of action frame (3) */
2264 uint8 action; /* action: addba req */
2279 uint8 category; /* category of action frame (6) */
2280 uint8 action; /* action: ft req */
2281 uint8 sta_addr[ETHER_ADDR_LEN];
2282 uint8 tgt_ap_addr[ETHER_ADDR_LEN];
2283 uint8 data[1]; /* Elements */
2290 uint8 category; /* category of action frame (6) */
2291 uint8 action; /* action: ft resp */
2292 uint8 sta_addr[ETHER_ADDR_LEN];
2293 uint8 tgt_ap_addr[ETHER_ADDR_LEN];
2295 uint8 data[1]; /* Elements */
2302 uint8 id; /* 11r, DOT11_MNG_RDE_ID */
2303 uint8 length;
2304 uint8 rde_id; /* RDE identifier. */
2305 uint8 rd_count; /* Resource Descriptor Count. */
2321 uint8 cap[DOT11_RRM_CAP_LEN];
2357 uint8 id;
2358 uint8 len;
2359 uint8 reg;
2360 uint8 chanlist[1];
2374 uint8 category; /* category of action frame (5) */
2375 uint8 action; /* radio measurement action */
2376 uint8 token; /* dialog token */
2377 uint8 data[1];
2383 uint8 category; /* category of action frame (5) */
2384 uint8 action; /* radio measurement action */
2385 uint8 token; /* dialog token */
2387 uint8 data[1];
2393 uint8 id;
2394 uint8 len;
2395 uint8 token;
2396 uint8 mode;
2397 uint8 type;
2415 uint8 id;
2416 uint8 len;
2417 uint8 token;
2418 uint8 mode;
2419 uint8 type;
2420 uint8 reg;
2421 uint8 channel;
2424 uint8 bcn_mode;
2431 uint8 reg;
2432 uint8 channel;
2435 uint8 frame_info;
2436 uint8 rcpi;
2437 uint8 rsni;
2439 uint8 antenna_id;
2470 uint8 id;
2471 uint8 len;
2472 uint8 token;
2473 uint8 mode;
2474 uint8 type;
2475 uint8 reg;
2476 uint8 channel;
2485 uint8 reg;
2486 uint8 channel;
2489 uint8 channel_load;
2496 uint8 id;
2497 uint8 len;
2498 uint8 token;
2499 uint8 mode;
2500 uint8 type;
2501 uint8 reg;
2502 uint8 channel;
2511 uint8 reg;
2512 uint8 channel;
2515 uint8 antid;
2516 uint8 anpi;
2517 uint8 ipi0_dens;
2518 uint8 ipi1_dens;
2519 uint8 ipi2_dens;
2520 uint8 ipi3_dens;
2521 uint8 ipi4_dens;
2522 uint8 ipi5_dens;
2523 uint8 ipi6_dens;
2524 uint8 ipi7_dens;
2525 uint8 ipi8_dens;
2526 uint8 ipi9_dens;
2527 uint8 ipi10_dens;
2534 uint8 id;
2535 uint8 len;
2536 uint8 token;
2537 uint8 mode;
2538 uint8 type;
2539 uint8 reg;
2540 uint8 channel;
2543 uint8 req_type;
2551 uint8 reg;
2552 uint8 channel;
2563 uint8 phy_type;
2564 uint8 avg_rcpi;
2565 uint8 last_rsni;
2566 uint8 last_rcpi;
2567 uint8 ant_id;
2575 uint8 id;
2576 uint8 len;
2577 uint8 token;
2578 uint8 mode;
2579 uint8 type;
2583 uint8 group_id;
2591 uint8 group_id;
2597 uint8 id;
2598 uint8 len;
2599 uint8 token;
2600 uint8 mode;
2601 uint8 type;
2605 uint8 traffic_id;
2606 uint8 bin0_range;
2615 uint8 traffic_id;
2616 uint8 reason;
2624 uint8 bin0_range;
2636 uint8 id;
2637 uint8 len;
2638 uint8 token;
2639 uint8 mode;
2640 uint8 type;
2655 uint8 sub_id;
2656 uint8 len;
2657 uint8 preference;
2664 uint8 sub_id;
2665 uint8 len;
2666 uint8 tsf[8];
2689 uint8 id;
2690 uint8 len;
2693 uint8 reg; /* Operating class */
2694 uint8 channel;
2695 uint8 phytype;
2696 uint8 data[1]; /* Variable size subelements */
2711 uint8 category; /* category of action frame (5) */
2712 uint8 action; /* radio measurement action */
2713 uint8 token; /* dialog token */
2714 uint8 txpwr; /* Transmit Power Used */
2715 uint8 maxtxpwr; /* Max Transmit Power */
2721 uint8 category; /* category of action frame (5) */
2722 uint8 action; /* radio measurement action */
2723 uint8 token; /* dialog token */
2725 uint8 rxant; /* Receive Antenna ID */
2726 uint8 txant; /* Transmit Antenna ID */
2727 uint8 rcpi; /* RCPI */
2728 uint8 rsni; /* RSNI */
2922 uint8 id; /* IE ID, 221, DOT11_MNG_PROPR_ID */
2923 uint8 len; /* IE length */
2924 uint8 oui[3]; /* Proprietary OUI, BRCM_PROP_OUI */
2925 uint8 type; /* type of this IE */
2945 uint8 id; /* IE ID, 221, DOT11_MNG_PROPR_ID */
2946 uint8 len; /* IE length */
2947 uint8 oui[3]; /* Proprietary OUI, BRCM_OUI */
2948 uint8 ver; /* type/ver of this IE */
2949 uint8 assoc; /* # of assoc STAs */
2950 uint8 flags; /* misc flags */
2951 uint8 flags1; /* misc flags */
2992 uint8 type; /* type inidicates what follows */
3005 uint8 type; /* type inidicates what follows */
3008 uint8 updtmo; /* time interval(second) for client to send null packet to report its rssi */
3021 uint8 params;
3022 uint8 supp_mcs[MCSSET_LEN];
3025 uint8 as_cap;
3030 uint8 id;
3031 uint8 len;
3039 uint8 id; /* IE ID, 221, DOT11_MNG_PROPR_ID */
3040 uint8 len; /* IE length */
3041 uint8 oui[3]; /* Proprietary OUI, BRCM_PROP_OUI */
3042 uint8 type; /* type inidicates what follows */
3148 uint8 ctl_ch; /* control channel number */
3149 uint8 byte1; /* ext ch,rec. ch. width, RIFS support */
3152 uint8 basic_mcs[MCSSET_LEN]; /* required MCS set */
3159 uint8 id; /* IE ID, 221, DOT11_MNG_PROPR_ID */
3160 uint8 len; /* IE length */
3161 uint8 oui[3]; /* Proprietary OUI, BRCM_PROP_OUI */
3162 uint8 type; /* indicates what follows */
3228 uint8 id;
3229 uint8 len;
3378 uint8 chan_width;
3379 uint8 chan1;
3380 uint8 chan2;
3415 uint8 oui[3]; /* Proprietary OUI, BRCM_PROP_OUI */
3416 uint8 type; /* type of this IE = 4 */
3417 uint8 rate_mask; /* VHT rate mask */
3523 uint8 id;
3524 uint8 len;
3526 uint8 cap;
3535 uint8 id;
3536 uint8 len;
3538 uint8 mic[16];
3539 uint8 anonce[32];
3540 uint8 snonce[32];
3549 uint8 id;
3550 uint8 len;
3551 uint8 type; /* timeout interval type */
3558 uint8 id;
3559 uint8 len;
3561 uint8 key_len;
3562 uint8 rsc[8];
3563 uint8 data[1];
3569 uint8 id; /* IE ID: 0xDD */
3570 uint8 len; /* IE length */
3572 uint8 ipn[6]; /* ipn */
3573 uint8 mic[BIP_MIC_SIZE]; /* mic */
3594 uint8 id;
3595 uint8 len;
3605 uint8 id;
3606 uint8 len;
3618 uint8 id;
3619 uint8 len;
3628 uint8 id;
3629 uint8 len;
3630 uint8 tid;
3638 uint8 id;
3639 uint8 len;
3640 uint8 status;
3792 uint8 oui[3];
3793 uint8 type;
3794 uint8 config;