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.c2168 struct ieee80211_prep_tx_info prep_tx_info; in lkpi_sta_scan_to_auth() local
2393 memset(&prep_tx_info, 0, sizeof(prep_tx_info)); in lkpi_sta_scan_to_auth()
2394 prep_tx_info.duration = PREP_TX_INFO_DURATION; in lkpi_sta_scan_to_auth()
2395 lkpi_80211_mo_mgd_prepare_tx(hw, vif, &prep_tx_info); in lkpi_sta_scan_to_auth()
2485 struct ieee80211_prep_tx_info prep_tx_info; in lkpi_sta_auth_to_scan() local
2529 memset(&prep_tx_info, 0, sizeof(prep_tx_info)); in lkpi_sta_auth_to_scan()
2530 prep_tx_info.success = false; in lkpi_sta_auth_to_scan()
2531 lkpi_80211_mo_mgd_complete_tx(hw, vif, &prep_tx_info); in lkpi_sta_auth_to_scan()
2613 struct ieee80211_prep_tx_info prep_tx_info; in lkpi_sta_auth_to_assoc() local
2658 memset(&prep_tx_info, 0, sizeof(prep_tx_info)); in lkpi_sta_auth_to_assoc()
[all …]