Searched refs:sm (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dpath.c10 #include <sm/gen.h>
13 #include <sm/path.h>
14 #include <sm/string.h>
H A Dstrerror.c14 #include <sm/gen.h>
24 #include <sm/io.h> /* sm_snprintf */
25 #include <sm/string.h>
26 #include <sm/conf.h>
27 #include <sm/errstring.h>
H A Dvprintf.c15 #include <sm/gen.h>
17 #include <sm/io.h>
H A Dxtrap.c10 #include <sm/gen.h>
13 #include <sm/xtrap.h>
H A Dclrerr.c15 #include <sm/gen.h>
17 #include <sm/io.h>
18 #include <sm/assert.h>
/freebsd-9.3-release/contrib/sendmail/src/
H A Dversion.c14 #include <sm/gen.h>
/freebsd-9.3-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_dump.c128 struct eapol_state_machine *sm)
132 sm->aWhile, sm->quietWhile, sm->reAuthWhen);
141 prefix, _SB(sm->authAbort), _SB(sm->authFail),
142 port_state_txt(sm->authPortStatus), _SB(sm->authStart),
143 prefix, _SB(sm->authTimeout), _SB(sm
127 eapol_auth_dump_state(FILE *f, const char *prefix, struct eapol_state_machine *sm) argument
[all...]
H A Deapol_auth_sm.c29 #define STATE_MACHINE_ADDR sm->addr
36 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 1)
38 sm->eapol->cb.set_port_authorized(sm->eapol->conf.ctx, sm->sta, 0)
41 #define txCannedFail() eapol_auth_tx_canned_eap(sm, 0)
42 #define txCannedSuccess() eapol_auth_tx_canned_eap(sm, 1)
43 #define txReq() eapol_auth_tx_req(sm)
90 eapol_auth_tx_canned_eap(struct eapol_state_machine *sm, int success) argument
111 eapol_auth_tx_req(struct eapol_state_machine *sm) argument
767 struct eapol_state_machine *sm; local
846 eapol_auth_free(struct eapol_state_machine *sm) argument
866 eapol_sm_step_run(struct eapol_state_machine *sm) argument
947 struct eapol_state_machine *sm = eloop_ctx; local
959 eapol_auth_step(struct eapol_state_machine *sm) argument
971 eapol_auth_initialize(struct eapol_state_machine *sm) argument
992 struct eapol_state_machine *sm = ctx; local
1000 struct eapol_state_machine *sm = ctx; local
1013 eapol_auth_eap_pending_cb(struct eapol_state_machine *sm, void *ctx) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server.c38 static int eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount,
41 static void eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp);
43 static struct wpabuf * eap_sm_buildSuccess(struct eap_sm *sm, u8 id);
44 static struct wpabuf * eap_sm_buildFailure(struct eap_sm *sm, u8 id);
45 static int eap_sm_nextId(struct eap_sm *sm, int id);
46 static void eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list,
48 static EapType eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor);
49 static int eap_sm_Policy_getDecision(struct eap_sm *sm);
50 static Boolean eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method);
88 * @sm
99 eap_user_get(struct eap_sm *sm, const u8 *identity, size_t identity_len, int phase2) argument
814 eap_sm_calculateTimeout(struct eap_sm *sm, int retransCount, int eapSRTT, int eapRTTVAR, int methodTimeout) argument
866 eap_sm_parseEapResp(struct eap_sm *sm, const struct wpabuf *resp) argument
936 eap_sm_buildSuccess(struct eap_sm *sm, u8 id) argument
954 eap_sm_buildFailure(struct eap_sm *sm, u8 id) argument
972 eap_sm_nextId(struct eap_sm *sm, int id) argument
994 eap_sm_process_nak(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1045 eap_sm_Policy_update(struct eap_sm *sm, const u8 *nak_list, size_t len) argument
1062 eap_sm_Policy_getNextMethod(struct eap_sm *sm, int *vendor) argument
1094 eap_sm_Policy_getDecision(struct eap_sm *sm) argument
1169 eap_sm_Policy_doPickUp(struct eap_sm *sm, EapType method) argument
1184 eap_server_sm_step(struct eap_sm *sm) argument
1220 struct eap_sm *sm; local
1274 eap_server_sm_deinit(struct eap_sm *sm) argument
1305 eap_sm_notify_cached(struct eap_sm *sm) argument
1320 eap_sm_pending_cb(struct eap_sm *sm) argument
1335 eap_sm_method_pending(struct eap_sm *sm) argument
1349 eap_get_identity(struct eap_sm *sm, size_t *len) argument
1361 eap_get_interface(struct eap_sm *sm) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c188 static void eapol_sm_txLogoff(struct eapol_sm *sm);
189 static void eapol_sm_txStart(struct eapol_sm *sm);
190 static void eapol_sm_processKey(struct eapol_sm *sm);
191 static void eapol_sm_getSuppRsp(struct eapol_sm *sm);
192 static void eapol_sm_txSuppRsp(struct eapol_sm *sm);
193 static void eapol_sm_abortSupp(struct eapol_sm *sm);
194 static void eapol_sm_abort_cached(struct eapol_sm *sm);
196 static void eapol_sm_set_port_authorized(struct eapol_sm *sm);
197 static void eapol_sm_set_port_unauthorized(struct eapol_sm *sm);
204 struct eapol_sm *sm local
238 eapol_enable_timer_tick(struct eapol_sm *sm) argument
624 eapol_sm_txLogoff(struct eapol_sm *sm) argument
634 eapol_sm_txStart(struct eapol_sm *sm) argument
653 eapol_sm_processKey(struct eapol_sm *sm) argument
816 eapol_sm_getSuppRsp(struct eapol_sm *sm) argument
826 eapol_sm_txSuppRsp(struct eapol_sm *sm) argument
855 eapol_sm_abortSupp(struct eapol_sm *sm) argument
873 eapol_sm_set_port_authorized(struct eapol_sm *sm) argument
880 eapol_sm_set_port_unauthorized(struct eapol_sm *sm) argument
895 eapol_sm_step(struct eapol_sm *sm) argument
1016 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
1046 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
1098 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
1168 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
1289 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
1303 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
1321 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1343 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
1365 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
1389 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, const struct eapol_config *conf) argument
1424 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
1458 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
1474 eapol_sm_notify_cached(struct eapol_sm *sm) argument
1495 eapol_sm_notify_pmkid_attempt(struct eapol_sm *sm, int attempt) argument
1509 eapol_sm_abort_cached(struct eapol_sm *sm) argument
1538 eapol_sm_register_scard_ctx(struct eapol_sm *sm, void *ctx) argument
1554 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
1572 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
1587 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
1609 eapol_sm_request_reauth(struct eapol_sm *sm) argument
1627 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
1641 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
1650 struct eapol_sm *sm = ctx; local
1657 struct eapol_sm *sm = ctx; local
1667 struct eapol_sm *sm = ctx; local
1697 struct eapol_sm *sm = ctx; local
1734 struct eapol_sm *sm = ctx; local
1748 struct eapol_sm *sm = ctx; local
1763 struct eapol_sm *sm = ctx; local
1774 struct eapol_sm *sm = ctx; local
1787 struct eapol_sm *sm = ctx; local
1804 struct eapol_sm *sm = ctx; local
1839 struct eapol_sm *sm; local
1887 eapol_sm_deinit(struct eapol_sm *sm) argument
[all...]
H A Deapol_supp_sm.h230 void eapol_sm_deinit(struct eapol_sm *sm);
231 void eapol_sm_step(struct eapol_sm *sm);
232 int eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen,
234 int eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen);
235 void eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod,
237 int eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf,
239 void eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm);
240 void eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled);
241 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid);
242 void eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolea
264 eapol_sm_deinit(struct eapol_sm *sm) argument
267 eapol_sm_step(struct eapol_sm *sm) argument
270 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
275 eapol_sm_get_mib(struct eapol_sm *sm, char *buf, size_t buflen) argument
280 eapol_sm_configure(struct eapol_sm *sm, int heldPeriod, int authPeriod, int startPeriod, int maxStart) argument
285 eapol_sm_rx_eapol(struct eapol_sm *sm, const u8 *src, const u8 *buf, size_t len) argument
290 eapol_sm_notify_tx_eapol_key(struct eapol_sm *sm) argument
293 eapol_sm_notify_portEnabled(struct eapol_sm *sm, Boolean enabled) argument
297 eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
301 eapol_sm_notify_eap_success(struct eapol_sm *sm, Boolean success) argument
305 eapol_sm_notify_eap_fail(struct eapol_sm *sm, Boolean fail) argument
308 eapol_sm_notify_config(struct eapol_sm *sm, struct eap_peer_config *config, struct eapol_config *conf) argument
313 eapol_sm_get_key(struct eapol_sm *sm, u8 *key, size_t len) argument
317 eapol_sm_notify_logoff(struct eapol_sm *sm, Boolean logoff) argument
320 eapol_sm_notify_cached(struct eapol_sm *sm) argument
325 eapol_sm_notify_portControl(struct eapol_sm *sm, PortControl portControl) argument
329 eapol_sm_notify_ctrl_attached(struct eapol_sm *sm) argument
332 eapol_sm_notify_ctrl_response(struct eapol_sm *sm) argument
335 eapol_sm_request_reauth(struct eapol_sm *sm) argument
338 eapol_sm_notify_lower_layer_success(struct eapol_sm *sm, int in_eapol_sm) argument
342 eapol_sm_invalidate_cached_session(struct eapol_sm *sm) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_meth.c90 int STORE_method_set_initialise_function(STORE_METHOD *sm, argument
93 sm->init = init_f;
97 int STORE_method_set_cleanup_function(STORE_METHOD *sm, argument
100 sm->clean = clean_f;
104 int STORE_method_set_generate_function(STORE_METHOD *sm, argument
108 sm->generate_object = generate_f;
112 int STORE_method_set_get_function(STORE_METHOD *sm, argument
115 sm->get_object = get_f;
119 int STORE_method_set_store_function(STORE_METHOD *sm, argument
122 sm
126 STORE_method_set_modify_function(STORE_METHOD *sm, STORE_MODIFY_OBJECT_FUNC_PTR modify_f) argument
133 STORE_method_set_revoke_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR revoke_f) argument
140 STORE_method_set_delete_function(STORE_METHOD *sm, STORE_HANDLE_OBJECT_FUNC_PTR delete_f) argument
147 STORE_method_set_list_start_function(STORE_METHOD *sm, STORE_START_OBJECT_FUNC_PTR list_start_f) argument
155 STORE_method_set_list_next_function(STORE_METHOD *sm, STORE_NEXT_OBJECT_FUNC_PTR list_next_f) argument
163 STORE_method_set_list_end_function(STORE_METHOD *sm, STORE_END_OBJECT_FUNC_PTR list_end_f) argument
170 STORE_method_set_update_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR update_f) argument
177 STORE_method_set_lock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR lock_f) argument
184 STORE_method_set_unlock_store_function(STORE_METHOD *sm, STORE_GENERIC_FUNC_PTR unlock_f) argument
191 STORE_method_set_ctrl_function(STORE_METHOD *sm, STORE_CTRL_FUNC_PTR ctrl_f) argument
198 STORE_method_get_initialise_function(STORE_METHOD *sm) argument
204 STORE_method_get_cleanup_function(STORE_METHOD *sm) argument
209 STORE_method_get_generate_function(STORE_METHOD *sm) argument
215 STORE_method_get_get_function(STORE_METHOD *sm) argument
220 STORE_method_get_store_function(STORE_METHOD *sm) argument
225 STORE_method_get_modify_function(STORE_METHOD *sm) argument
231 STORE_method_get_revoke_function(STORE_METHOD *sm) argument
237 STORE_method_get_delete_function(STORE_METHOD *sm) argument
243 STORE_method_get_list_start_function(STORE_METHOD *sm) argument
249 STORE_method_get_list_next_function(STORE_METHOD *sm) argument
255 STORE_method_get_list_end_function(STORE_METHOD *sm) argument
260 STORE_method_get_update_store_function(STORE_METHOD *sm) argument
266 STORE_method_get_lock_store_function(STORE_METHOD *sm) argument
271 STORE_method_get_unlock_store_function(STORE_METHOD *sm) argument
277 STORE_method_get_ctrl_function(STORE_METHOD *sm) argument
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_sm_state_mgr.c66 void osm_report_sm_state(osm_sm_t * sm) argument
69 const char *state_str = osm_get_sm_mgr_state_str(sm->p_subn->sm_state);
71 osm_log(sm->p_log, OSM_LOG_SYS, "Entering %s state\n", state_str);
73 OSM_LOG_MSG_BOX(sm->p_log, OSM_LOG_VERBOSE, buf);
78 static void __osm_sm_state_mgr_send_master_sm_info_req(osm_sm_t * sm) argument
84 OSM_LOG_ENTER(sm->p_log);
87 if (sm->p_subn->sm_state == IB_SMINFO_STATE_STANDBY) {
93 p_port = osm_get_port_by_guid(sm->p_subn, sm->master_sm_guid);
97 * to poll on the SM that is saved in p_polling_sm under sm
127 __osm_sm_state_mgr_start_polling(osm_sm_t * sm) argument
161 osm_sm_t *sm = context; local
225 __osm_sm_state_mgr_signal_error(osm_sm_t * sm, IN const osm_sm_signal_t signal) argument
236 osm_sm_state_mgr_signal_master_is_alive(osm_sm_t * sm) argument
245 osm_sm_state_mgr_process(osm_sm_t * sm, IN osm_sm_signal_t signal) argument
463 osm_sm_state_mgr_check_legality(osm_sm_t * sm, IN osm_sm_signal_t signal) argument
[all...]
H A Dosm_sminfo_rcv.c62 Return TRUE if the remote sm given (by ib_sm_info_t) is higher,
68 __osm_sminfo_rcv_remote_sm_is_higher(IN osm_sm_t * sm, argument
73 sm->p_subn->opt.sm_priority,
74 sm->p_subn->sm_port_guid));
81 __osm_sminfo_rcv_process_get_request(IN osm_sm_t * sm, argument
90 OSM_LOG_ENTER(sm->p_log);
101 p_smi->guid = sm->p_subn->sm_port_guid;
102 p_smi->act_count = cl_hton32(sm->p_subn->p_osm->stats.qp0_mads_sent);
103 p_smi->pri_state = (uint8_t) (sm->p_subn->sm_state |
104 sm
167 __osm_sminfo_rcv_process_set_request(IN osm_sm_t * sm, IN const osm_madw_t * const p_madw) argument
309 __osm_sminfo_rcv_process_get_sm(IN osm_sm_t * sm, IN const osm_remote_sm_t * const p_sm, boolean_t light_sweep) argument
424 __osm_sminfo_rcv_process_get_response(IN osm_sm_t * sm, IN const osm_madw_t * const p_madw) argument
519 __osm_sminfo_rcv_process_set_response(IN osm_sm_t * sm, IN const osm_madw_t * const p_madw) argument
558 osm_sm_t *sm = context; local
[all...]
H A Dosm_state_mgr.c66 extern void osm_drop_mgr_process(IN osm_sm_t * sm);
69 extern osm_signal_t osm_mcast_mgr_process(IN osm_sm_t * sm);
70 extern osm_signal_t osm_mcast_mgr_process_mgroups(IN osm_sm_t * sm);
71 extern osm_signal_t osm_link_mgr_process(IN osm_sm_t * sm, IN uint8_t state);
75 static void __osm_state_mgr_up_msg(IN const osm_sm_t * sm) argument
82 osm_log(sm->p_log, sm->p_subn->first_time_master_sweep ?
85 OSM_LOG_MSG_BOX(sm->p_log, OSM_LOG_VERBOSE,
86 sm->p_subn->opt.sweep_interval ?
131 osm_sm_t *sm local
159 __osm_state_mgr_get_remote_port_info(IN osm_sm_t * sm, IN osm_physp_t * const p_physp) argument
200 __osm_state_mgr_sweep_hop_0(IN osm_sm_t * sm) argument
263 __osm_state_mgr_clean_known_lids(IN osm_sm_t * sm) argument
287 __osm_state_mgr_notify_lid_change(IN osm_sm_t * sm) argument
323 __osm_state_mgr_is_sm_port_down(IN osm_sm_t * sm) argument
374 __osm_state_mgr_sweep_hop_1(IN osm_sm_t * sm) argument
501 osm_sm_t *sm = cxt; local
525 osm_sm_t *sm = context; local
573 __osm_state_mgr_light_sweep_start(IN osm_sm_t * sm) argument
653 __osm_state_mgr_exists_other_master_sm(IN osm_sm_t * sm) argument
690 __osm_state_mgr_get_highest_sm(IN osm_sm_t * sm) argument
745 __osm_state_mgr_send_handover(IN osm_sm_t * const sm, IN osm_remote_sm_t * const p_sm) argument
815 __osm_state_mgr_report_new_ports(IN osm_sm_t * sm) argument
893 __osm_state_mgr_check_tbl_consistency(IN osm_sm_t * sm) argument
1040 do_sweep(osm_sm_t * sm) argument
1360 do_process_mgrp_queue(osm_sm_t * sm) argument
1368 osm_state_mgr_process(IN osm_sm_t * sm, IN osm_signal_t signal) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dwpa.c33 * @sm: Pointer to WPA state machine data from wpa_sm_init()
42 void wpa_eapol_key_send(struct wpa_sm *sm, const u8 *kck, argument
46 if (is_zero_ether_addr(dest) && is_zero_ether_addr(sm->bssid)) {
51 if (wpa_sm_get_bssid(sm, sm->bssid) < 0) {
55 dest = sm->bssid;
68 wpa_sm_ether_send(sm, dest, proto, msg, msg_len);
69 eapol_sm_notify_tx_eapol_key(sm->eapol);
77 * @sm: Pointer to WPA state machine data from wpa_sm_init()
85 void wpa_sm_key_request(struct wpa_sm *sm, in argument
136 wpa_supplicant_get_pmk(struct wpa_sm *sm, const unsigned char *src_addr, const u8 *pmkid) argument
256 wpa_supplicant_send_2_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, int ver, const u8 *nonce, const u8 *wpa_ie, size_t wpa_ie_len, struct wpa_ptk *ptk) argument
339 wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, struct wpa_ptk *ptk) argument
357 wpa_supplicant_process_1_of_4(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, u16 ver) argument
438 struct wpa_sm *sm = eloop_ctx; local
443 wpa_supplicant_key_neg_complete(struct wpa_sm *sm, const u8 *addr, int secure) argument
488 struct wpa_sm *sm = eloop_ctx; local
494 wpa_supplicant_install_ptk(struct wpa_sm *sm, const struct wpa_eapol_key *key) argument
614 wpa_supplicant_install_gtk(struct wpa_sm *sm, const struct wpa_gtk_data *gd, const u8 *key_rsc) argument
656 wpa_supplicant_gtk_tx_bit_workaround(const struct wpa_sm *sm, int tx) argument
673 wpa_supplicant_pairwise_gtk(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *gtk, size_t gtk_len, int key_info) argument
722 ieee80211w_set_keys(struct wpa_sm *sm, struct wpa_eapol_ie_parse *ie) argument
763 wpa_report_ie_mismatch(struct wpa_sm *sm, const char *reason, const u8 *src_addr, const u8 *wpa_ie, size_t wpa_ie_len, const u8 *rsn_ie, size_t rsn_ie_len) argument
803 ft_validate_mdie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_mdie) argument
834 ft_validate_ftie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie, const u8 *assoc_resp_ftie) argument
861 ft_validate_rsnie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
895 wpa_supplicant_validate_ie_ft(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
930 wpa_supplicant_validate_ie(struct wpa_sm *sm, const unsigned char *src_addr, struct wpa_eapol_ie_parse *ie) argument
1002 wpa_supplicant_send_4_of_4(struct wpa_sm *sm, const unsigned char *dst, const struct wpa_eapol_key *key, u16 ver, u16 key_info, const u8 *kde, size_t kde_len, struct wpa_ptk *ptk) argument
1045 wpa_supplicant_process_3_of_4(struct wpa_sm *sm, const struct wpa_eapol_key *key, u16 ver) argument
1153 wpa_supplicant_process_1_of_2_rsn(struct wpa_sm *sm, const u8 *keydata, size_t keydatalen, u16 key_info, struct wpa_gtk_data *gd) argument
1198 wpa_supplicant_process_1_of_2_wpa(struct wpa_sm *sm, const struct wpa_eapol_key *key, size_t keydatalen, int key_info, size_t extra_len, u16 ver, struct wpa_gtk_data *gd) argument
1276 wpa_supplicant_send_2_of_2(struct wpa_sm *sm, const struct wpa_eapol_key *key, int ver, u16 key_info) argument
1311 wpa_supplicant_process_1_of_2(struct wpa_sm *sm, const unsigned char *src_addr, const struct wpa_eapol_key *key, int extra_len, u16 ver) argument
1367 wpa_supplicant_verify_eapol_key_mic(struct wpa_sm *sm, struct wpa_eapol_key *key, u16 ver, const u8 *buf, size_t len) argument
1417 wpa_supplicant_decrypt_key_data(struct wpa_sm *sm, struct wpa_eapol_key *key, u16 ver) argument
1480 wpa_sm_aborted_cached(struct wpa_sm *sm) argument
1539 wpa_sm_rx_eapol(struct wpa_sm *sm, const u8 *src_addr, const u8 *buf, size_t len) argument
1798 wpa_key_mgmt_suite(struct wpa_sm *sm) argument
1829 wpa_cipher_suite(struct wpa_sm *sm, int cipher) argument
1866 wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) argument
1938 struct wpa_sm *sm = ctx; local
1970 struct wpa_sm *sm; local
1999 wpa_sm_deinit(struct wpa_sm *sm) argument
2026 wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) argument
2076 wpa_sm_notify_disassoc(struct wpa_sm *sm) argument
2092 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len) argument
2115 wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) argument
2135 wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) argument
2147 wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) argument
2166 wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) argument
2204 wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) argument
2217 wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, const char *bridge_ifname) argument
2232 wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol) argument
2246 wpa_sm_set_param(struct wpa_sm *sm, enum wpa_sm_conf_params param, unsigned int value) argument
2310 wpa_sm_get_param(struct wpa_sm *sm, enum wpa_sm_conf_params param) argument
2354 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
2381 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
2426 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2460 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2494 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
2527 wpa_sm_parse_own_wpa_ie(struct wpa_sm *sm, struct wpa_ie_data *data) argument
2540 wpa_sm_pmksa_cache_list(struct wpa_sm *sm, char *buf, size_t len) argument
2550 wpa_sm_drop_sa(struct wpa_sm *sm) argument
2561 wpa_sm_has_ptk(struct wpa_sm *sm) argument
[all...]
H A Dpreauth.h22 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 int rsn_preauth_scan_results(struct wpa_sm *sm);
27 void rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid,
29 void pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid,
31 void rsn_preauth_candidate_process(struct wpa_sm *sm);
32 int rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen,
34 int rsn_preauth_in_progress(struct wpa_sm *sm);
38 static inline void pmksa_candidate_free(struct wpa_sm *sm) argument
42 rsn_preauth_candidate_process(struct wpa_sm *sm) argument
46 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
52 rsn_preauth_deinit(struct wpa_sm *sm) argument
56 rsn_preauth_scan_results(struct wpa_sm *sm) argument
61 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
66 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
72 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
78 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]
H A Dwpa_i.h118 static inline void wpa_sm_set_state(struct wpa_sm *sm, enum wpa_states state) argument
120 WPA_ASSERT(sm->ctx->set_state);
121 sm->ctx->set_state(sm->ctx->ctx, state);
124 static inline enum wpa_states wpa_sm_get_state(struct wpa_sm *sm) argument
126 WPA_ASSERT(sm->ctx->get_state);
127 return sm->ctx->get_state(sm->ctx->ctx);
130 static inline void wpa_sm_deauthenticate(struct wpa_sm *sm, int reason_code) argument
132 WPA_ASSERT(sm
136 wpa_sm_disassociate(struct wpa_sm *sm, int reason_code) argument
142 wpa_sm_set_key(struct wpa_sm *sm, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) argument
152 wpa_sm_get_network_ctx(struct wpa_sm *sm) argument
158 wpa_sm_get_bssid(struct wpa_sm *sm, u8 *bssid) argument
164 wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, u16 proto, const u8 *buf, size_t len) argument
171 wpa_sm_get_beacon_ie(struct wpa_sm *sm) argument
177 wpa_sm_cancel_auth_timeout(struct wpa_sm *sm) argument
183 wpa_sm_alloc_eapol(struct wpa_sm *sm, u8 type, const void *data, u16 data_len, size_t *msg_len, void **data_pos) argument
192 wpa_sm_add_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
199 wpa_sm_remove_pmkid(struct wpa_sm *sm, const u8 *bssid, const u8 *pmkid) argument
206 wpa_sm_mlme_setprotection(struct wpa_sm *sm, const u8 *addr, int protect_type, int key_type) argument
214 wpa_sm_update_ft_ies(struct wpa_sm *sm, const u8 *md, const u8 *ies, size_t ies_len) argument
222 wpa_sm_send_ft_action(struct wpa_sm *sm, u8 action, const u8 *target_ap, const u8 *ies, size_t ies_len) argument
232 wpa_sm_mark_authenticated(struct wpa_sm *sm, const u8 *target_ap) argument
[all...]
H A Dpreauth.c42 * @sm: Pointer to WPA state machine data from wpa_sm_init()
44 void pmksa_candidate_free(struct wpa_sm *sm) argument
48 if (sm == NULL)
51 dl_list_for_each_safe(entry, n, &sm->pmksa_candidates,
62 struct wpa_sm *sm = ctx; local
67 if (sm->preauth_eapol == NULL ||
68 is_zero_ether_addr(sm->preauth_bssid) ||
69 os_memcmp(sm->preauth_bssid, src_addr, ETH_ALEN) != 0) {
76 eapol_sm_rx_eapol(sm->preauth_eapol, src_addr, buf, len);
83 struct wpa_sm *sm local
125 struct wpa_sm *sm = eloop_ctx; local
137 struct wpa_sm *sm = ctx; local
174 rsn_preauth_init(struct wpa_sm *sm, const u8 *dst, struct eap_peer_config *eap_conf) argument
264 rsn_preauth_deinit(struct wpa_sm *sm) argument
291 rsn_preauth_candidate_process(struct wpa_sm *sm) argument
356 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) argument
424 rsn_preauth_scan_results(struct wpa_sm *sm) argument
446 rsn_preauth_scan_result(struct wpa_sm *sm, const u8 *bssid, const u8 *ssid, const u8 *rsn) argument
486 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
513 rsn_preauth_in_progress(struct wpa_sm *sm) argument
[all...]
H A Dwpa.h89 void wpa_sm_deinit(struct wpa_sm *sm);
90 void wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid);
91 void wpa_sm_notify_disassoc(struct wpa_sm *sm);
92 void wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len);
93 void wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm);
94 void wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth);
95 void wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx);
96 void wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config);
97 void wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr);
98 void wpa_sm_set_ifname(struct wpa_sm *sm, cons
136 wpa_sm_deinit(struct wpa_sm *sm) argument
140 wpa_sm_notify_assoc(struct wpa_sm *sm, const u8 *bssid) argument
144 wpa_sm_notify_disassoc(struct wpa_sm *sm) argument
148 wpa_sm_set_pmk(struct wpa_sm *sm, const u8 *pmk, size_t pmk_len) argument
153 wpa_sm_set_pmk_from_pmksa(struct wpa_sm *sm) argument
157 wpa_sm_set_fast_reauth(struct wpa_sm *sm, int fast_reauth) argument
161 wpa_sm_set_scard_ctx(struct wpa_sm *sm, void *scard_ctx) argument
165 wpa_sm_set_config(struct wpa_sm *sm, struct rsn_supp_config *config) argument
170 wpa_sm_set_own_addr(struct wpa_sm *sm, const u8 *addr) argument
174 wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, const char *bridge_ifname) argument
179 wpa_sm_set_eapol(struct wpa_sm *sm, struct eapol_sm *eapol) argument
183 wpa_sm_set_assoc_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
189 wpa_sm_set_assoc_wpa_ie_default(struct wpa_sm *sm, u8 *wpa_ie, size_t *wpa_ie_len) argument
196 wpa_sm_set_ap_wpa_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
202 wpa_sm_set_ap_rsn_ie(struct wpa_sm *sm, const u8 *ie, size_t len) argument
208 wpa_sm_get_mib(struct wpa_sm *sm, char *buf, size_t buflen) argument
213 wpa_sm_set_param(struct wpa_sm *sm, enum wpa_sm_conf_params param, unsigned int value) argument
220 wpa_sm_get_param(struct wpa_sm *sm, enum wpa_sm_conf_params param) argument
226 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
232 wpa_sm_key_request(struct wpa_sm *sm, int error, int pairwise) argument
243 wpa_sm_aborted_cached(struct wpa_sm *sm) argument
247 wpa_sm_rx_eapol(struct wpa_sm *sm, const u8 *src_addr, const u8 *buf, size_t len) argument
253 wpa_sm_parse_own_wpa_ie(struct wpa_sm *sm, struct wpa_ie_data *data) argument
259 wpa_sm_pmksa_cache_list(struct wpa_sm *sm, char *buf, size_t len) argument
265 wpa_sm_drop_sa(struct wpa_sm *sm) argument
269 wpa_sm_has_ptk(struct wpa_sm *sm) argument
279 wpa_sm_stkstart(struct wpa_sm *sm, const u8 *peer) argument
301 wpa_sm_set_ft_params(struct wpa_sm *sm, const u8 *ies, size_t ies_len) argument
306 wpa_ft_prepare_auth_request(struct wpa_sm *sm, const u8 *mdie) argument
313 wpa_ft_process_response(struct wpa_sm *sm, const u8 *ies, size_t ies_len, int ft_action, const u8 *target_ap) argument
319 wpa_ft_is_completed(struct wpa_sm *sm) argument
325 wpa_ft_validate_reassoc_resp(struct wpa_sm *sm, const u8 *ies, size_t ies_len, const u8 *src_addr) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap.c42 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
44 static struct wpabuf * eap_sm_buildNak(struct eap_sm *sm, int id);
45 static void eap_sm_processIdentity(struct eap_sm *sm,
47 static void eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req);
49 static void eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req);
57 static Boolean eapol_get_bool(struct eap_sm *sm, enum eapol_bool_var var) argument
59 return sm->eapol_cb->get_bool(sm->eapol_ctx, var);
63 static void eapol_set_bool(struct eap_sm *sm, enum eapol_bool_var var, argument
66 sm
70 eapol_get_int(struct eap_sm *sm, enum eapol_int_var var) argument
76 eapol_set_int(struct eap_sm *sm, enum eapol_int_var var, unsigned int value) argument
83 eapol_get_eapReqData(struct eap_sm *sm) argument
89 eap_deinit_prev_method(struct eap_sm *sm, const char *txt) argument
109 eap_allowed_method(struct eap_sm *sm, int vendor, u32 method) argument
521 eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
551 eap_peer_sm_step_idle(struct eap_sm *sm) argument
583 eap_peer_req_is_duplicate(struct eap_sm *sm) argument
609 eap_peer_sm_step_received(struct eap_sm *sm) argument
658 eap_peer_sm_step_local(struct eap_sm *sm) argument
741 eap_sm_allowMethod(struct eap_sm *sm, int vendor, EapType method) argument
757 eap_sm_build_expanded_nak( struct eap_sm *sm, int id, const struct eap_method *methods, size_t count) argument
804 eap_sm_buildNak(struct eap_sm *sm, int id) argument
853 eap_sm_processIdentity(struct eap_sm *sm, const struct wpabuf *req) argument
877 eap_sm_imsi_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
920 eap_sm_set_scard_pin(struct eap_sm *sm, struct eap_peer_config *conf) argument
942 eap_sm_get_scard_identity(struct eap_sm *sm, struct eap_peer_config *conf) argument
967 eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) argument
1027 eap_sm_processNotify(struct eap_sm *sm, const struct wpabuf *req) argument
1066 eap_sm_parseEapReq(struct eap_sm *sm, const struct wpabuf *req) argument
1166 struct eap_sm *sm = ctx; local
1235 struct eap_sm *sm; local
1275 eap_peer_sm_deinit(struct eap_sm *sm) argument
1295 eap_peer_sm_step(struct eap_sm *sm) argument
1315 eap_sm_abort(struct eap_sm *sm) argument
1419 eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1485 eap_sm_request(struct eap_sm *sm, eap_ctrl_req_type type, const char *msg, size_t msglen) argument
1564 eap_sm_request_identity(struct eap_sm *sm) argument
1579 eap_sm_request_password(struct eap_sm *sm) argument
1594 eap_sm_request_new_password(struct eap_sm *sm) argument
1609 eap_sm_request_pin(struct eap_sm *sm) argument
1625 eap_sm_request_otp(struct eap_sm *sm, const char *msg, size_t msg_len) argument
1640 eap_sm_request_passphrase(struct eap_sm *sm) argument
1653 eap_sm_notify_ctrl_attached(struct eap_sm *sm) argument
1760 eap_set_fast_reauth(struct eap_sm *sm, int enabled) argument
1771 eap_set_workaround(struct eap_sm *sm, unsigned int workaround) argument
1787 eap_get_config(struct eap_sm *sm) argument
1799 eap_get_config_identity(struct eap_sm *sm, size_t *len) argument
1815 eap_get_config_password(struct eap_sm *sm, size_t *len) argument
1834 eap_get_config_password2(struct eap_sm *sm, size_t *len, int *hash) argument
1852 eap_get_config_new_password(struct eap_sm *sm, size_t *len) argument
1868 eap_get_config_otp(struct eap_sm *sm, size_t *len) argument
1886 eap_clear_config_otp(struct eap_sm *sm) argument
1903 eap_get_config_phase1(struct eap_sm *sm) argument
1917 eap_get_config_phase2(struct eap_sm *sm) argument
1931 eap_key_available(struct eap_sm *sm) argument
1946 eap_notify_success(struct eap_sm *sm) argument
1962 eap_notify_lower_layer_success(struct eap_sm *sm) argument
1993 eap_get_eapKeyData(struct eap_sm *sm, size_t *len) argument
2015 eap_get_eapRespData(struct eap_sm *sm) argument
2037 eap_register_scard_ctx(struct eap_sm *sm, void *ctx) argument
2052 eap_set_config_blob(struct eap_sm *sm, struct wpa_config_blob *blob) argument
2066 eap_get_config_blob(struct eap_sm *sm, const char *name) argument
2085 eap_set_force_disabled(struct eap_sm *sm, int disabled) argument
2100 eap_notify_pending(struct eap_sm *sm) argument
2110 eap_invalidate_cached_session(struct eap_sm *sm) argument
[all...]
H A Deap.h259 void eap_peer_sm_deinit(struct eap_sm *sm);
260 int eap_peer_sm_step(struct eap_sm *sm);
261 void eap_sm_abort(struct eap_sm *sm);
262 int eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen,
264 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted);
265 void eap_sm_request_identity(struct eap_sm *sm);
266 void eap_sm_request_password(struct eap_sm *sm);
267 void eap_sm_request_new_password(struct eap_sm *sm);
268 void eap_sm_request_pin(struct eap_sm *sm);
269 void eap_sm_request_otp(struct eap_sm *sm, cons
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspace_map.c59 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) argument
65 ASSERT(MUTEX_HELD(sm->sm_lock));
67 end = space_map_length(sm);
68 space = space_map_allocated(sm);
73 range_tree_add(rt, sm->sm_start, sm->sm_size);
74 space = sm->sm_size - space;
77 bufsize = MAX(sm->sm_blksz, SPA_MINBLOCKSIZE);
80 mutex_exit(sm->sm_lock);
82 dmu_prefetch(sm
139 space_map_histogram_clear(space_map_t *sm) argument
148 space_map_histogram_verify(space_map_t *sm, range_tree_t *rt) argument
162 space_map_histogram_add(space_map_t *sm, range_tree_t *rt, dmu_tx_t *tx) argument
214 space_map_entries(space_map_t *sm, range_tree_t *rt) argument
237 space_map_set_blocksize(space_map_t *sm, uint64_t size, dmu_tx_t *tx) argument
292 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, dmu_tx_t *tx) argument
401 space_map_open_impl(space_map_t *sm) argument
419 space_map_t *sm; local
447 space_map_close(space_map_t *sm) argument
461 space_map_reallocate(space_map_t *sm, dmu_tx_t *tx) argument
473 space_map_truncate(space_map_t *sm, dmu_tx_t *tx) argument
511 space_map_update(space_map_t *sm) argument
545 space_map_free(space_map_t *sm, dmu_tx_t *tx) argument
570 space_map_object(space_map_t *sm) argument
579 space_map_allocated(space_map_t *sm) argument
588 space_map_length(space_map_t *sm) argument
597 space_map_alloc_delta(space_map_t *sm) argument
[all...]
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dstate_machine.h39 static void sm_ ## machine ## _ ## state ## _Enter(STATE_MACHINE_DATA *sm, \
53 if (!global || sm->machine ## _state != machine ## _ ## state) { \
54 sm->changed = TRUE; \
58 sm->machine ## _state = machine ## _ ## state;
72 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
73 sm->changed = TRUE; \
77 sm->data ## _ ## state = machine ## _ ## _state;
90 if (!global || sm->data ## _ ## state != machine ## _ ## _state) { \
91 sm->changed = TRUE; \
96 sm
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth.c35 #define STATE_MACHINE_ADDR sm->addr
39 static int wpa_sm_step(struct wpa_state_machine *sm);
44 static void wpa_request_new_ptk(struct wpa_state_machine *sm);
136 int (*cb)(struct wpa_state_machine *sm, void *ctx),
199 static int wpa_use_aes_cmac(struct wpa_state_machine *sm) argument
203 if (wpa_key_mgmt_ft(sm->wpa_key_mgmt))
207 if (wpa_key_mgmt_sha256(sm->wpa_key_mgmt))
256 struct wpa_state_machine *sm = timeout_ctx; local
258 wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG, "rekeying PTK");
259 wpa_request_new_ptk(sm);
135 wpa_auth_for_each_sta(struct wpa_authenticator *wpa_auth, int (*cb)(struct wpa_state_machine *sm, void *ctx), void *cb_ctx) argument
264 wpa_auth_pmksa_clear_cb(struct wpa_state_machine *sm, void *ctx) argument
480 struct wpa_state_machine *sm; local
494 wpa_auth_sta_associated(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm) argument
528 wpa_auth_sta_no_wpa(struct wpa_state_machine *sm) argument
540 wpa_free_sta_sm(struct wpa_state_machine *sm) argument
551 wpa_auth_sta_deinit(struct wpa_state_machine *sm) argument
579 wpa_request_new_ptk(struct wpa_state_machine *sm) argument
589 wpa_replay_counter_valid(struct wpa_state_machine *sm, const u8 *replay_counter) argument
605 ft_check_msg_2_of_4(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, struct wpa_eapol_ie_parse *kde) argument
654 wpa_receive(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, u8 *data, size_t data_len) argument
1023 struct wpa_state_machine *sm = timeout_ctx; local
1031 __wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr, int force_version) argument
1195 wpa_send_eapol(struct wpa_authenticator *wpa_auth, struct wpa_state_machine *sm, int key_info, const u8 *key_rsc, const u8 *nonce, const u8 *kde, size_t kde_len, int keyidx, int encr) argument
1246 wpa_remove_ptk(struct wpa_state_machine *sm) argument
1257 wpa_auth_sm_event(struct wpa_state_machine *sm, wpa_event event) argument
1531 wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *pmk, struct wpa_ptk *ptk) argument
1633 ieee80211w_kde_len(struct wpa_state_machine *sm) argument
1643 ieee80211w_kde_add(struct wpa_state_machine *sm, u8 *pos) argument
1665 ieee80211w_kde_len(struct wpa_state_machine *sm) argument
1671 ieee80211w_kde_add(struct wpa_state_machine *sm, u8 *pos) argument
2141 wpa_group_update_sta(struct wpa_state_machine *sm, void *ctx) argument
2237 wpa_sm_step(struct wpa_state_machine *sm) argument
2280 struct wpa_state_machine *sm = eloop_ctx; local
2285 wpa_auth_sm_notify(struct wpa_state_machine *sm) argument
2431 wpa_get_mib_sta(struct wpa_state_machine *sm, char *buf, size_t buflen) argument
2509 wpa_auth_pairwise_set(struct wpa_state_machine *sm) argument
2515 wpa_auth_get_pairwise(struct wpa_state_machine *sm) argument
2521 wpa_auth_sta_key_mgmt(struct wpa_state_machine *sm) argument
2529 wpa_auth_sta_wpa_version(struct wpa_state_machine *sm) argument
2537 wpa_auth_sta_clear_pmksa(struct wpa_state_machine *sm, struct rsn_pmksa_cache_entry *entry) argument
2548 wpa_auth_sta_get_pmksa(struct wpa_state_machine *sm) argument
2554 wpa_auth_sta_local_mic_failure_report(struct wpa_state_machine *sm) argument
2570 wpa_auth_pmksa_add(struct wpa_state_machine *sm, const u8 *pmk, int session_timeout, struct eapol_state_machine *eapol) argument
2623 wpa_auth_sta_set_vlan(struct wpa_state_machine *sm, int vlan_id) argument
[all...]

Completed in 118 milliseconds

1234567891011>>