Lines Matching refs:uint8
43 uint8 id; /* IE ID: 0xDD */
44 uint8 len; /* IE length */
45 uint8 OUI[3]; /* WiFi P2P specific OUI: P2P_OUI */
46 uint8 oui_type; /* Identifies P2P version: P2P_VER */
47 uint8 subelts[1]; /* variable length subelements */
99 uint8 eltId; /* SE ID: P2P_SEID_P2P_INFO */
100 uint8 len[2]; /* SE length not including eltId, len fields */
101 uint8 dev; /* Device Capability Bitmap */
102 uint8 group; /* Group Capability Bitmap */
125 uint8 eltId; /* SE ID: P2P_SEID_INTENT */
126 uint8 len[2]; /* SE length not including eltId, len fields */
127 uint8 intent; /* Intent Value 0...15 (0=legacy 15=master only) */
133 uint8 eltId; /* SE ID: P2P_SEID_CFG_TIMEOUT */
134 uint8 len[2]; /* SE length not including eltId, len fields */
135 uint8 go_tmo; /* GO config timeout in units of 10 ms */
136 uint8 client_tmo; /* Client config timeout in units of 10 ms */
142 uint8 eltId; /* SE ID: P2P_SEID_CHANNEL */
143 uint8 len[2]; /* SE length not including eltId, len fields */
144 uint8 country[3]; /* Country String */
145 uint8 op_class; /* Operating Class */
146 uint8 channel; /* Channel */
152 uint8 eltId; /* SE ID: P2P_SEID_GRP_BSSID */
153 uint8 len[2]; /* SE length not including eltId, len fields */
154 uint8 mac[6]; /* P2P group bssid */
160 uint8 eltId; /* SE ID: P2P_SEID_GROUP_ID */
161 uint8 len[2]; /* SE length not including eltId, len fields */
162 uint8 mac[6]; /* P2P device address */
163 uint8 ssid[1]; /* ssid. device id. variable length */
169 uint8 eltId; /* SE ID: P2P_SEID_P2P_IF */
170 uint8 len[2]; /* SE length not including eltId, len fields */
171 uint8 mac[6]; /* P2P device address */
172 uint8 ifaddrs; /* P2P Interface Address count */
173 uint8 ifaddr[1][6]; /* P2P Interface Address list */
179 uint8 eltId; /* SE ID: P2P_SEID_STATUS */
180 uint8 len[2]; /* SE length not including eltId, len fields */
181 uint8 status; /* Status Code: P2P_STATSE_* */
217 uint8 eltId; /* ID: P2P_SEID_EXT_TIMING */
218 uint8 len[2]; /* length not including eltId, len fields */
219 uint8 avail[2]; /* availibility period */
220 uint8 interval[2]; /* availibility interval */
228 uint8 eltId; /* SE ID: P2P_SEID_INTINTADDR */
229 uint8 len[2]; /* SE length not including eltId, len fields */
230 uint8 mac[6]; /* intended P2P interface MAC address */
236 uint8 eltId; /* SE ID: P2P_SEID_STATUS */
237 uint8 len[2]; /* SE length not including eltId, len fields */
238 uint8 band; /* Regulatory Class (band) */
239 uint8 channel; /* Channel */
245 uint8 band; /* Regulatory Class (band) */
246 uint8 num_channels; /* # of channels in the channel list */
247 uint8 channels[WL_NUMCHANNELS]; /* Channel List */
254 uint8 eltId; /* SE ID: P2P_SEID_CHAN_LIST */
255 uint8 len[2]; /* SE length not including eltId, len fields */
256 uint8 country[3]; /* Country String */
257 uint8 num_entries; /* # of channel entries */
266 uint8 OUI[3]; /* WFA OUI: 0x0050F2 */
267 uint8 oui_type; /* WPS_OUI_TYPE */
301 uint8 eltId; /* SE ID: P2P_SEID_DEVINFO */
302 uint8 len[2]; /* SE length not including eltId, len fields */
303 uint8 mac[6]; /* P2P Device MAC address */
305 uint8 pri_devtype[8]; /* Primary Device Type */
313 uint8 len;
314 uint8 devaddr[ETHER_ADDR_LEN]; /* P2P Device Address */
315 uint8 ifaddr[ETHER_ADDR_LEN]; /* P2P Interface Address */
316 uint8 devcap; /* Device Capability */
317 uint8 cfg_meths[2]; /* Config Methods: reg_prototlv.h WPS_CONFMET_* */
318 uint8 pridt[P2P_DEV_TYPE_LEN]; /* Primary Device Type */
319 uint8 secdts; /* Number of Secondary Device Types */
325 uint8 eltId;
326 uint8 len[2];
333 uint8 eltId; /* SE ID: P2P_SEID_P2P_MGBTY */
334 uint8 len[2]; /* SE length not including eltId, len fields */
335 uint8 mg_bitmap; /* manageability bitmap */
343 uint8 eltId; /* SE ID: P2P_SEID_GROUP_INFO */
344 uint8 len[2]; /* SE length not including eltId, len fields */
350 uint8 eltId; /* SE ID: P2P_SEID_OP_CHANNEL */
351 uint8 len[2]; /* SE length not including eltId, len fields */
352 uint8 country[3]; /* Country String */
353 uint8 op_class; /* Operating Class */
354 uint8 channel; /* Channel */
360 uint8 eltId; /* SE ID: P2P_SEID_INVITE_FLAGS */
361 uint8 len[2]; /* SE length not including eltId, len fields */
362 uint8 flags; /* Flags */
368 uint8 eltId; /* SE ID: P2P_SEID_SERVICE_HASH */
369 uint8 len[2]; /* SE length not including eltId, len fields
372 uint8 hash[1]; /* Variable length - SHA256 hash of
380 uint8 eltId; /* SE ID: P2P_SEID_SESSION */
381 uint8 len[2]; /* SE length not including eltId, len */
382 uint8 ssn_info[1]; /* Variable length - Session information as specified by
390 uint8 eltId; /* SE ID: P2P_SEID_CONNECT_CAP */
391 uint8 len[2]; /* SE length not including eltId, len */
392 uint8 conn_cap; /* 1byte capability as specified by the
400 uint8 eltId; /* SE ID: P2P_SEID_ADVERTISE_ID */
401 uint8 len[2]; /* SE length not including eltId, len fixed 4 Bytes */
402 uint8 advt_id[4]; /* 4byte Advertisement ID of the peer device sent in
405 uint8 advt_mac[6]; /* P2P device address of the service advertiser */
411 uint8 advt_id[4]; /* SE Advertise ID for the service */
413 uint8 serv_name_len; /* SE length of the service name */
414 uint8 serv_name[1]; /* Variable length service name field */
420 uint8 eltId; /* SE ID: P2P_SEID_ADVERTISE_SERVICE */
421 uint8 len[2]; /* SE length not including eltId, len fields mutiple len of
433 uint8 eltId; /* SE ID: P2P_SEID_SESSION_ID */
434 uint8 len[2]; /* SE length not including eltId, len fixed 4 Bytes */
435 uint8 ssn_id[4]; /* 4byte Session ID of the peer device sent in
438 uint8 ssn_mac[6]; /* P2P device address of the seeker - session mac */
449 uint8 category; /* P2P_AF_CATEGORY */
450 uint8 OUI[3]; /* OUI - P2P_OUI */
451 uint8 type; /* OUI Type - P2P_VER */
452 uint8 subtype; /* OUI Subtype - P2P_AF_* */
453 uint8 dialog_token; /* nonzero, identifies req/resp tranaction */
454 uint8 elts[1]; /* Variable length information elements. Max size =
471 uint8 category; /* P2P_PUB_AF_CATEGORY */
472 uint8 action; /* P2P_PUB_AF_ACTION */
473 uint8 oui[3]; /* P2P_OUI */
474 uint8 oui_type; /* OUI type - P2P_VER */
475 uint8 subtype; /* OUI subtype - P2P_TYPE_* */
476 uint8 dialog_token; /* nonzero, identifies req/rsp transaction */
477 uint8 elts[1]; /* Variable length information elements. Max size =
505 uint8 cnt_type; /* Count/Type */
513 uint8 eltId; /* Subelement ID */
514 uint8 len[2]; /* Length */
515 uint8 index; /* Index */
516 uint8 ops_ctw_parms; /* CTWindow and OppPS Parameters */
586 uint8 llm_pamebi; /* Query Response Length Limit bit 0-6, set to 0 plus
589 uint8 adp_id; /* Advertisement Protocol ID: 0 for NQP Native Query Protocol */
595 uint8 id; /* IE ID: 0x6c - 108 */
596 uint8 len; /* IE length */
605 uint8 oui_subtype; /* OUI Subtype: 0x09 */
607 uint8 svc_tlvs[1]; /* wifi_p2psd_qreq_tlv_t type for service request,
616 uint8 svc_prot; /* Service Protocol Type */
617 uint8 svc_tscid; /* Service Transaction ID */
618 uint8 query_data[1]; /* Query Data, passed in from above Layer 2 */
626 uint8 oui[3]; /* WFA OUI: 0x0050F2 */
627 uint8 qreq_vsc[1]; /* Vendor-specific Content: wifi_p2psd_nqp_query_vsc_t type for NQP */
636 uint8 qreq_frm[1]; /* Query Request Frame wifi_p2psd_qreq_frame_t */
643 uint8 svc_prot; /* Service Protocol Type */
644 uint8 svc_tscid; /* Service Transaction ID */
645 uint8 status; /* Value defined in Table 57 of P2P spec. */
646 uint8 query_data[1]; /* Response Data, passed in from above Layer 2 */
654 uint8 oui[3]; /* WFA OUI: 0x0050F2 */
655 uint8 qresp_vsc[1]; /* Vendor-specific Content: wifi_p2psd_qresp_tlv_t type for NQP */
666 uint8 qresp_frm[1]; /* Query Response Frame wifi_p2psd_qresp_frame_t */
673 uint8 fragment_id; /* Fragmentation ID */
677 uint8 qresp_frm[1]; /* Query Response Frame wifi_p2psd_qresp_frame_t */
683 uint8 category; /* 0x04 Public Action Frame */
684 uint8 action; /* 0x6c Advertisement Protocol */
685 uint8 dialog_token; /* nonzero, identifies req/rsp transaction */
686 uint8 query_data[1]; /* Query Data. wifi_p2psd_gas_ireq_frame_t