Home | History | Annotate | Download | only in fst

Lines Matching refs:hw_mode

526 	enum hostapd_hw_mode hw_mode;
599 fst_iface_get_channel_info(s->data.new_iface, &hw_mode, &channel);
601 if (fst_hw_mode_to_band(hw_mode) != res->stie.new_band_id) {
948 enum hostapd_hw_mode hw_mode;
1000 fst_iface_get_channel_info(s->data.new_iface, &hw_mode,
1002 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
1006 fst_iface_get_channel_info(s->data.old_iface, &hw_mode,
1008 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode);
1379 enum hostapd_hw_mode hw_mode;
1402 fst_iface_get_channel_info(s.data.new_iface, &hw_mode, &channel);
1403 req.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
1407 fst_iface_get_channel_info(s.data.old_iface, &hw_mode, &channel);
1408 req.stie.old_band_id = fst_hw_mode_to_band(hw_mode);
1431 enum hostapd_hw_mode hw_mode;
1474 fst_iface_get_channel_info(s.data.new_iface, &hw_mode,
1476 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
1480 fst_iface_get_channel_info(s.data.old_iface, &hw_mode,
1482 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode);