Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:sm

22 void pmksa_candidate_free(struct wpa_sm *sm);
23 int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
25 void rsn_preauth_deinit(struct wpa_sm *sm);
26 void rsn_preauth_scan_results(struct wpa_sm *sm,
28 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid,
30 void rsn_preauth_candidate_process(struct wpa_sm *sm);
31 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen,
33 int rsn_preauth_in_progress(struct wpa_sm *sm);
37 static inline void pmksa_candidate_free(struct wpa_sm *sm)
41 static inline void rsn_preauth_candidate_process(struct wpa_sm *sm)
45 static inline int rsn_preauth_init(struct wpa_sm *sm, const u8 *dst,
51 static inline void rsn_preauth_deinit(struct wpa_sm *sm)
54 static inline void rsn_preauth_scan_results(struct wpa_sm *sm,
59 static inline void pmksa_candidate_add(struct wpa_sm *sm,
65 static inline int rsn_preauth_get_status(struct wpa_sm *sm, char *buf,
71 static inline int rsn_preauth_in_progress(struct wpa_sm *sm)