wpa_auth_i.h 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. /*
  2. * hostapd - IEEE 802.11i-2004 / WPA Authenticator: Internal definitions
  3. * Copyright (c) 2004-2015, Jouni Malinen <j@w1.fi>
  4. *
  5. * This software may be distributed under the terms of the BSD license.
  6. * See README for more details.
  7. */
  8. #ifndef WPA_AUTH_I_H
  9. #define WPA_AUTH_I_H
  10. #include "utils/list.h"
  11. /* max(dot11RSNAConfigGroupUpdateCount,dot11RSNAConfigPairwiseUpdateCount) */
  12. #define RSNA_MAX_EAPOL_RETRIES 4
  13. struct wpa_group;
  14. struct wpa_state_machine {
  15. struct wpa_authenticator *wpa_auth;
  16. struct wpa_group *group;
  17. u8 addr[ETH_ALEN];
  18. u8 p2p_dev_addr[ETH_ALEN];
  19. enum {
  20. WPA_PTK_INITIALIZE, WPA_PTK_DISCONNECT, WPA_PTK_DISCONNECTED,
  21. WPA_PTK_AUTHENTICATION, WPA_PTK_AUTHENTICATION2,
  22. WPA_PTK_INITPMK, WPA_PTK_INITPSK, WPA_PTK_PTKSTART,
  23. WPA_PTK_PTKCALCNEGOTIATING, WPA_PTK_PTKCALCNEGOTIATING2,
  24. WPA_PTK_PTKINITNEGOTIATING, WPA_PTK_PTKINITDONE
  25. } wpa_ptk_state;
  26. enum {
  27. WPA_PTK_GROUP_IDLE = 0,
  28. WPA_PTK_GROUP_REKEYNEGOTIATING,
  29. WPA_PTK_GROUP_REKEYESTABLISHED,
  30. WPA_PTK_GROUP_KEYERROR
  31. } wpa_ptk_group_state;
  32. Boolean Init;
  33. Boolean DeauthenticationRequest;
  34. Boolean AuthenticationRequest;
  35. Boolean ReAuthenticationRequest;
  36. Boolean Disconnect;
  37. u16 disconnect_reason; /* specific reason code to use with Disconnect */
  38. u32 TimeoutCtr;
  39. u32 GTimeoutCtr;
  40. Boolean TimeoutEvt;
  41. Boolean EAPOLKeyReceived;
  42. Boolean EAPOLKeyPairwise;
  43. Boolean EAPOLKeyRequest;
  44. Boolean MICVerified;
  45. Boolean GUpdateStationKeys;
  46. u8 ANonce[WPA_NONCE_LEN];
  47. u8 SNonce[WPA_NONCE_LEN];
  48. u8 alt_SNonce[WPA_NONCE_LEN];
  49. u8 alt_replay_counter[WPA_REPLAY_COUNTER_LEN];
  50. u8 PMK[PMK_LEN_MAX];
  51. unsigned int pmk_len;
  52. u8 pmkid[PMKID_LEN]; /* valid if pmkid_set == 1 */
  53. struct wpa_ptk PTK;
  54. Boolean PTK_valid;
  55. Boolean pairwise_set;
  56. Boolean tk_already_set;
  57. int keycount;
  58. Boolean Pair;
  59. struct wpa_key_replay_counter {
  60. u8 counter[WPA_REPLAY_COUNTER_LEN];
  61. Boolean valid;
  62. } key_replay[RSNA_MAX_EAPOL_RETRIES],
  63. prev_key_replay[RSNA_MAX_EAPOL_RETRIES];
  64. Boolean PInitAKeys; /* WPA only, not in IEEE 802.11i */
  65. Boolean PTKRequest; /* not in IEEE 802.11i state machine */
  66. Boolean has_GTK;
  67. Boolean PtkGroupInit; /* init request for PTK Group state machine */
  68. u8 *last_rx_eapol_key; /* starting from IEEE 802.1X header */
  69. size_t last_rx_eapol_key_len;
  70. unsigned int changed:1;
  71. unsigned int in_step_loop:1;
  72. unsigned int pending_deinit:1;
  73. unsigned int started:1;
  74. unsigned int mgmt_frame_prot:1;
  75. unsigned int rx_eapol_key_secure:1;
  76. unsigned int update_snonce:1;
  77. unsigned int alt_snonce_valid:1;
  78. #ifdef CONFIG_IEEE80211R_AP
  79. unsigned int ft_completed:1;
  80. unsigned int pmk_r1_name_valid:1;
  81. #endif /* CONFIG_IEEE80211R_AP */
  82. unsigned int is_wnmsleep:1;
  83. unsigned int pmkid_set:1;
  84. u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
  85. int req_replay_counter_used;
  86. u8 *wpa_ie;
  87. size_t wpa_ie_len;
  88. enum {
  89. WPA_VERSION_NO_WPA = 0 /* WPA not used */,
  90. WPA_VERSION_WPA = 1 /* WPA / IEEE 802.11i/D3.0 */,
  91. WPA_VERSION_WPA2 = 2 /* WPA2 / IEEE 802.11i */
  92. } wpa;
  93. int pairwise; /* Pairwise cipher suite, WPA_CIPHER_* */
  94. int wpa_key_mgmt; /* the selected WPA_KEY_MGMT_* */
  95. struct rsn_pmksa_cache_entry *pmksa;
  96. u32 dot11RSNAStatsTKIPLocalMICFailures;
  97. u32 dot11RSNAStatsTKIPRemoteMICFailures;
  98. #ifdef CONFIG_IEEE80211R_AP
  99. u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */
  100. size_t xxkey_len;
  101. u8 pmk_r1_name[WPA_PMK_NAME_LEN]; /* PMKR1Name derived from FT Auth
  102. * Request */
  103. u8 r0kh_id[FT_R0KH_ID_MAX_LEN]; /* R0KH-ID from FT Auth Request */
  104. size_t r0kh_id_len;
  105. u8 sup_pmk_r1_name[WPA_PMK_NAME_LEN]; /* PMKR1Name from EAPOL-Key
  106. * message 2/4 */
  107. u8 *assoc_resp_ftie;
  108. void (*ft_pending_cb)(void *ctx, const u8 *dst, const u8 *bssid,
  109. u16 auth_transaction, u16 status,
  110. const u8 *ies, size_t ies_len);
  111. void *ft_pending_cb_ctx;
  112. struct wpabuf *ft_pending_req_ies;
  113. u8 ft_pending_pull_nonce[FT_RRB_NONCE_LEN];
  114. u8 ft_pending_auth_transaction;
  115. u8 ft_pending_current_ap[ETH_ALEN];
  116. int ft_pending_pull_left_retries;
  117. #endif /* CONFIG_IEEE80211R_AP */
  118. int pending_1_of_4_timeout;
  119. #ifdef CONFIG_P2P
  120. u8 ip_addr[4];
  121. #endif /* CONFIG_P2P */
  122. #ifdef CONFIG_FILS
  123. u8 fils_key_auth_sta[FILS_MAX_KEY_AUTH_LEN];
  124. u8 fils_key_auth_ap[FILS_MAX_KEY_AUTH_LEN];
  125. size_t fils_key_auth_len;
  126. unsigned int fils_completed:1;
  127. #endif /* CONFIG_FILS */
  128. #ifdef CONFIG_TESTING_OPTIONS
  129. void (*eapol_status_cb)(void *ctx1, void *ctx2);
  130. void *eapol_status_cb_ctx1;
  131. void *eapol_status_cb_ctx2;
  132. #endif /* CONFIG_TESTING_OPTIONS */
  133. };
  134. /* per group key state machine data */
  135. struct wpa_group {
  136. struct wpa_group *next;
  137. int vlan_id;
  138. Boolean GInit;
  139. int GKeyDoneStations;
  140. Boolean GTKReKey;
  141. int GTK_len;
  142. int GN, GM;
  143. Boolean GTKAuthenticator;
  144. u8 Counter[WPA_NONCE_LEN];
  145. enum {
  146. WPA_GROUP_GTK_INIT = 0,
  147. WPA_GROUP_SETKEYS, WPA_GROUP_SETKEYSDONE,
  148. WPA_GROUP_FATAL_FAILURE
  149. } wpa_group_state;
  150. u8 GMK[WPA_GMK_LEN];
  151. u8 GTK[2][WPA_GTK_MAX_LEN];
  152. u8 GNonce[WPA_NONCE_LEN];
  153. Boolean changed;
  154. Boolean first_sta_seen;
  155. Boolean reject_4way_hs_for_entropy;
  156. #ifdef CONFIG_IEEE80211W
  157. u8 IGTK[2][WPA_IGTK_MAX_LEN];
  158. int GN_igtk, GM_igtk;
  159. #endif /* CONFIG_IEEE80211W */
  160. /* Number of references except those in struct wpa_group->next */
  161. unsigned int references;
  162. unsigned int num_setup_iface;
  163. };
  164. struct wpa_ft_pmk_cache;
  165. /* per authenticator data */
  166. struct wpa_authenticator {
  167. struct wpa_group *group;
  168. unsigned int dot11RSNAStatsTKIPRemoteMICFailures;
  169. u32 dot11RSNAAuthenticationSuiteSelected;
  170. u32 dot11RSNAPairwiseCipherSelected;
  171. u32 dot11RSNAGroupCipherSelected;
  172. u8 dot11RSNAPMKIDUsed[PMKID_LEN];
  173. u32 dot11RSNAAuthenticationSuiteRequested; /* FIX: update */
  174. u32 dot11RSNAPairwiseCipherRequested; /* FIX: update */
  175. u32 dot11RSNAGroupCipherRequested; /* FIX: update */
  176. unsigned int dot11RSNATKIPCounterMeasuresInvoked;
  177. unsigned int dot11RSNA4WayHandshakeFailures;
  178. struct wpa_auth_config conf;
  179. const struct wpa_auth_callbacks *cb;
  180. void *cb_ctx;
  181. u8 *wpa_ie;
  182. size_t wpa_ie_len;
  183. u8 addr[ETH_ALEN];
  184. struct rsn_pmksa_cache *pmksa;
  185. struct wpa_ft_pmk_cache *ft_pmk_cache;
  186. #ifdef CONFIG_P2P
  187. struct bitfield *ip_pool;
  188. #endif /* CONFIG_P2P */
  189. };
  190. #ifdef CONFIG_IEEE80211R_AP
  191. #define FT_REMOTE_SEQ_BACKLOG 16
  192. struct ft_remote_seq_rx {
  193. u32 dom;
  194. struct os_reltime time_offset; /* local time - offset = remote time */
  195. /* accepted sequence numbers: (offset ... offset + 0x40000000]
  196. * (except those in last)
  197. * dropped sequence numbers: (offset - 0x40000000 ... offset]
  198. * all others trigger SEQ_REQ message (except first message)
  199. */
  200. u32 last[FT_REMOTE_SEQ_BACKLOG];
  201. unsigned int num_last;
  202. u32 offsetidx;
  203. struct dl_list queue; /* send nonces + rrb msgs awaiting seq resp */
  204. };
  205. struct ft_remote_seq_tx {
  206. u32 dom; /* non zero if initialized */
  207. u32 seq;
  208. };
  209. struct ft_remote_seq {
  210. struct ft_remote_seq_rx rx;
  211. struct ft_remote_seq_tx tx;
  212. };
  213. #endif /* CONFIG_IEEE80211R_AP */
  214. int wpa_write_rsn_ie(struct wpa_auth_config *conf, u8 *buf, size_t len,
  215. const u8 *pmkid);
  216. void wpa_auth_logger(struct wpa_authenticator *wpa_auth, const u8 *addr,
  217. logger_level level, const char *txt);
  218. void wpa_auth_vlogger(struct wpa_authenticator *wpa_auth, const u8 *addr,
  219. logger_level level, const char *fmt, ...);
  220. void __wpa_send_eapol(struct wpa_authenticator *wpa_auth,
  221. struct wpa_state_machine *sm, int key_info,
  222. const u8 *key_rsc, const u8 *nonce,
  223. const u8 *kde, size_t kde_len,
  224. int keyidx, int encr, int force_version);
  225. int wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth,
  226. int (*cb)(struct wpa_state_machine *sm, void *ctx),
  227. void *cb_ctx);
  228. int wpa_auth_for_each_auth(struct wpa_authenticator *wpa_auth,
  229. int (*cb)(struct wpa_authenticator *a, void *ctx),
  230. void *cb_ctx);
  231. #ifdef CONFIG_IEEE80211R_AP
  232. int wpa_write_mdie(struct wpa_auth_config *conf, u8 *buf, size_t len);
  233. int wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id,
  234. size_t r0kh_id_len,
  235. const u8 *anonce, const u8 *snonce,
  236. u8 *buf, size_t len, const u8 *subelem,
  237. size_t subelem_len);
  238. int wpa_auth_derive_ptk_ft(struct wpa_state_machine *sm, const u8 *pmk,
  239. struct wpa_ptk *ptk);
  240. struct wpa_ft_pmk_cache * wpa_ft_pmk_cache_init(void);
  241. void wpa_ft_pmk_cache_deinit(struct wpa_ft_pmk_cache *cache);
  242. void wpa_ft_install_ptk(struct wpa_state_machine *sm);
  243. int wpa_ft_store_pmk_r0(struct wpa_authenticator *wpa_auth,
  244. const u8 *spa, const u8 *pmk_r0,
  245. const u8 *pmk_r0_name, int pairwise);
  246. #endif /* CONFIG_IEEE80211R_AP */
  247. #endif /* WPA_AUTH_I_H */