Searched defs:wpa_tdls_peer (Results 1 – 1 of 1) sorted by relevance
95 struct wpa_tdls_peer { struct96 struct wpa_tdls_peer *next; argument97 unsigned int reconfig_key:1;98 int initiator; /* whether this end was initiator for TDLS setup */99 u8 addr[ETH_ALEN]; /* other end MAC address */100 u8 inonce[WPA_NONCE_LEN]; /* Initiator Nonce */101 u8 rnonce[WPA_NONCE_LEN]; /* Responder Nonce */102 u8 rsnie_i[TDLS_MAX_IE_LEN]; /* Initiator RSN IE */103 size_t rsnie_i_len;104 u8 rsnie_p[TDLS_MAX_IE_LEN]; /* Peer RSN IE */[all …]