Home | History | Annotate | Download | only in fst

Lines Matching defs:hw_mode

507 	enum hostapd_hw_mode hw_mode;
580 fst_iface_get_channel_info(s->data.new_iface, &hw_mode, &channel);
582 if (fst_hw_mode_to_band(hw_mode) != res->stie.new_band_id) {
927 enum hostapd_hw_mode hw_mode;
979 fst_iface_get_channel_info(s->data.new_iface, &hw_mode,
981 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
985 fst_iface_get_channel_info(s->data.old_iface, &hw_mode,
987 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode);
1358 enum hostapd_hw_mode hw_mode;
1381 fst_iface_get_channel_info(s.data.new_iface, &hw_mode, &channel);
1382 req.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
1386 fst_iface_get_channel_info(s.data.old_iface, &hw_mode, &channel);
1387 req.stie.old_band_id = fst_hw_mode_to_band(hw_mode);
1410 enum hostapd_hw_mode hw_mode;
1453 fst_iface_get_channel_info(s.data.new_iface, &hw_mode,
1455 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
1459 fst_iface_get_channel_info(s.data.old_iface, &hw_mode,
1461 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode);