/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | mesh_rsn.c | 145 __mesh_rsn_auth_init(struct mesh_rsn * rsn,const u8 * addr,enum mfp_options ieee80211w,int ocv) __mesh_rsn_auth_init() argument 217 mesh_rsn_deinit(struct mesh_rsn * rsn) mesh_rsn_deinit() argument 415 mesh_rsn_get_pmkid(struct mesh_rsn * rsn,struct sta_info * sta,u8 * pmkid) mesh_rsn_get_pmkid() argument 422 mesh_rsn_derive_aek(struct mesh_rsn * rsn,struct sta_info * sta) mesh_rsn_derive_aek() argument 533 mesh_rsn_protect_frame(struct mesh_rsn * rsn,struct sta_info * sta,const u8 * cat,struct wpabuf * buf) mesh_rsn_protect_frame() argument [all...] |
H A D | sme.c | 396 const u8 *rsn; sme_send_authentication() local 582 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN); sme_send_authentication() local [all...] |
H A D | events.c | 1826 const u8 *ssid, *rsn; wpa_supplicant_rsn_preauth_scan_results() local
|
H A D | dpp_supplicant.c | 3125 const u8 *rsn; wpas_dpp_check_connect() local
|
H A D | wpa_supplicant.c | 3926 const u8 *rsn = wpa_bss_get_ie(bss, WLAN_EID_RSN); wpas_start_assoc_cb() local
|
/freebsd-src/contrib/wpa/src/rsn_supp/ |
H A D | preauth.h | 56 const u8 *ssid, const u8 *rsn) in rsn_preauth_scan_result()
|
H A D | preauth.c | 478 rsn_preauth_scan_result(struct wpa_sm * sm,const u8 * bssid,const u8 * ssid,const u8 * rsn) rsn_preauth_scan_result() argument
|
H A D | wpa.c | 1460 struct wpa_ie_data rsn; ft_validate_rsnie() local 3436 struct wpa_ie_data rsn; wpa_sm_get_status() local 3459 struct wpa_ie_data rsn; wpa_sm_pmf_enabled() local 3486 struct wpa_ie_data rsn; wpa_sm_ocv_enabled() local 4169 struct wpa_ie_data rsn; fils_process_auth() local 4893 struct wpa_ie_data rsn; fils_process_assoc_resp() local [all...] |
/freebsd-src/sys/net80211/ |
H A D | ieee80211_hostap.c | 1251 ieee80211_parse_wpa(struct ieee80211vap * vap,const uint8_t * frm,struct ieee80211_rsnparms * rsn,const struct ieee80211_frame * wh) ieee80211_parse_wpa() argument 1428 ieee80211_parse_rsn(struct ieee80211vap * vap,const uint8_t * frm,struct ieee80211_rsnparms * rsn,const struct ieee80211_frame * wh) ieee80211_parse_rsn() argument 1555 wpa_assocreq(struct ieee80211_node * ni,struct ieee80211_rsnparms * rsnparms,const struct ieee80211_frame * wh,const uint8_t * wpa,const uint8_t * rsn,uint16_t capinfo) wpa_assocreq() argument 1766 uint8_t *ssid, *rates, *xrates, *wpa, *rsn, *wme, *ath, *htcap; hostap_recv_mgmt() local [all...] |
H A D | ieee80211_scan.h | 247 uint8_t *rsn; member
|
/freebsd-src/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_qp.c | 36 u32 rsn) in mlx5_get_rsc() 63 void mlx5_rsc_event(struct mlx5_core_dev *dev, u32 rsn, int event_type) in mlx5_rsc_event()
|
H A D | mlx5_eq.c | 234 u32 rsn; mlx5_eq_int() local
|
/freebsd-src/contrib/ofed/libmlx5/ |
H A D | cq.c | 350 uint32_t rsn, int cqe_ver) in get_req_context() 1317 static int is_equal_rsn(struct mlx5_cqe64 *cqe64, uint32_t rsn) in is_equal_rsn() 1341 static inline int free_res_cqe(struct mlx5_cqe64 *cqe64, uint32_t rsn, in free_res_cqe() 1363 void __mlx5_cq_clean(struct mlx5_cq *cq, uint32_t rsn, struct mlx5_srq *srq) in __mlx5_cq_clean()
|
H A D | mlx5.h | 191 uint32_t rsn; member
|
/freebsd-src/contrib/pf/authpf/ |
H A D | authpf.c | 751 char *rsn = NULL, *fn = NULL; in change_filter() local
|
/freebsd-src/sys/fs/devfs/ |
H A D | devfs.h | 59 #define mkrid(rsn, rn) ((rn) | ((rsn) << 16)) argument
|
/freebsd-src/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib_cq.c | 1029 static int is_equal_rsn(struct mlx5_cqe64 *cqe64, u32 rsn) in is_equal_rsn() argument 1034 void __mlx5_ib_cq_clean(struct mlx5_ib_cq *cq, u32 rsn, struct mlx5_ib_srq *srq) in __mlx5_ib_cq_clean() argument
|
/freebsd-src/contrib/wpa/src/common/ |
H A D | wpa_common.h | 500 const u8 *rsn; global() member
|
/freebsd-src/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 1783 struct wpa_ie_data rsn; handle_auth_fils() local [all...] |