Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/fst/
Dfst_internal.h31 enum mb_band_id fst_hw_mode_to_band(enum hostapd_hw_mode mode);
Dfst_iface.c79 return fst_hw_mode_to_band(hw_mode); in fst_iface_get_band_id()
Dfst_session.c582 if (fst_hw_mode_to_band(hw_mode) != res->stie.new_band_id) { in fst_session_handle_setup_response()
981 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode); in fst_session_respond()
987 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode); in fst_session_respond()
1382 req.stie.new_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_request()
1387 req.stie.old_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_request()
1455 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_response()
1461 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode); in fst_test_req_send_fst_response()
Dfst_group.c102 fst_hw_mode_to_band(hw_mode), channel); in fst_fill_iface_mb_ies()
113 b = fst_hw_mode_to_band(modes->mode); in fst_fill_iface_mb_ies()
Dfst.c217 enum mb_band_id fst_hw_mode_to_band(enum hostapd_hw_mode mode) in fst_hw_mode_to_band() function
Dfst_ctrl_iface.c671 num, band_freq(fst_hw_mode_to_band(hw_mode))); in print_band()