Home
last modified time | relevance | path

Searched refs:prep_tx_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c2787 struct ieee80211_prep_tx_info prep_tx_info; in lkpi_sta_scan_to_auth() local
2947 memset(&prep_tx_info, 0, sizeof(prep_tx_info)); in lkpi_sta_scan_to_auth()
2948 prep_tx_info.duration = PREP_TX_INFO_DURATION; /* SAE */ in lkpi_sta_scan_to_auth()
2949 prep_tx_info.subtype = IEEE80211_STYPE_AUTH; in lkpi_sta_scan_to_auth()
2950 prep_tx_info.link_id = 0; in lkpi_sta_scan_to_auth()
2951 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info); in lkpi_sta_scan_to_auth()
3040 struct ieee80211_prep_tx_info prep_tx_info; in lkpi_sta_auth_to_assoc() local
3085 memset(&prep_tx_info, 0, sizeof(prep_tx_info)); in lkpi_sta_auth_to_assoc()
3086 prep_tx_info.subtype = IEEE80211_STYPE_AUTH; in lkpi_sta_auth_to_assoc()
3087 prep_tx_info.success = true; in lkpi_sta_auth_to_assoc()
[all …]