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