Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/fst/
H A Dfst_internal.h31 enum mb_band_id fst_hw_mode_to_band(enum hostapd_hw_mode mode);
H A Dfst_session.c580 if (fst_hw_mode_to_band(hw_mode) != res->stie.new_band_id) { in fst_session_handle_setup_response()
979 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode); in fst_session_respond()
985 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode); in fst_session_respond()
1380 req.stie.new_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_request()
1385 req.stie.old_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_request()
1453 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_response()
1459 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_response()
H A Dfst_iface.c79 return fst_hw_mode_to_band(hw_mode); in fst_iface_get_band_id()
H A Dfst_group.c107 fst_hw_mode_to_band(hw_mode), channel); in fst_fill_iface_mb_ies()
118 b = fst_hw_mode_to_band(modes->mode); in fst_fill_iface_mb_ies()
H A Dfst.c226 enum mb_band_id fst_hw_mode_to_band(enum hostapd_hw_mode mode) in fst_hw_mode_to_band() function
H A Dfst_ctrl_iface.c671 num, band_freq(fst_hw_mode_to_band(hw_mode))); in print_band()