Home | History | Annotate | Download | only in fst

Lines Matching refs:stie

379 	if (req->stie.element_id != WLAN_EID_SESSION_TRANSITION ||
380 req->stie.length < 11) {
382 "FST Request dropped: invalid STIE");
386 if (req->stie.new_band_id == req->stie.old_band_id) {
403 req->stie.new_band_id,
466 if (le_to_host32(req->stie.fsts_id) != s->data.fsts_id)
490 s->data.fsts_id = le_to_host32(req->stie.fsts_id);
536 if (res->stie.element_id != WLAN_EID_SESSION_TRANSITION ||
537 res->stie.length < 11) {
539 "FST Response dropped: invalid STIE");
552 le_to_host32(res->stie.fsts_id) != s->data.fsts_id) {
555 le_to_host32(res->stie.fsts_id));
582 if (fst_hw_mode_to_band(hw_mode) != res->stie.new_band_id) {
895 req.stie.element_id = WLAN_EID_SESSION_TRANSITION;
896 req.stie.length = sizeof(req.stie) - 2;
897 req.stie.fsts_id = host_to_le32(fsts_id);
898 req.stie.session_control = SESSION_CONTROL(SESSION_TYPE_BSS, 0);
900 req.stie.new_band_id = fst_iface_get_band_id(s->data.new_iface);
901 req.stie.new_band_op = 1;
902 req.stie.new_band_setup = 0;
904 req.stie.old_band_id = fst_iface_get_band_id(s->data.old_iface);
905 req.stie.old_band_op = 1;
906 req.stie.old_band_setup = 0;
972 res.stie.element_id = WLAN_EID_SESSION_TRANSITION;
973 res.stie.length = sizeof(res.stie) - 2;
976 res.stie.fsts_id = host_to_le32(s->data.fsts_id);
977 res.stie.session_control = SESSION_CONTROL(SESSION_TYPE_BSS, 0);
981 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
982 res.stie.new_band_op = 1;
983 res.stie.new_band_setup = 0;
987 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode);
988 res.stie.old_band_op = 1;
989 res.stie.old_band_setup = 0;
1376 req.stie.element_id = WLAN_EID_SESSION_TRANSITION;
1377 req.stie.length = sizeof(req.stie) - 2;
1378 req.stie.fsts_id = host_to_le32(fsts_id);
1379 req.stie.session_control = SESSION_CONTROL(SESSION_TYPE_BSS, 0);
1382 req.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
1383 req.stie.new_band_op = 1;
1384 req.stie.new_band_setup = 0;
1387 req.stie.old_band_id = fst_hw_mode_to_band(hw_mode);
1388 req.stie.old_band_op = 1;
1389 req.stie.old_band_setup = 0;
1394 req.stie.new_band_id = req.stie.old_band_id;
1446 res.stie.element_id = WLAN_EID_SESSION_TRANSITION;
1447 res.stie.length = sizeof(res.stie) - 2;
1450 res.stie.fsts_id = host_to_le32(fsts_id);
1451 res.stie.session_control = SESSION_CONTROL(SESSION_TYPE_BSS, 0);
1455 res.stie.new_band_id = fst_hw_mode_to_band(hw_mode);
1456 res.stie.new_band_op = 1;
1457 res.stie.new_band_setup = 0;
1461 res.stie.old_band_id = fst_hw_mode_to_band(hw_mode);
1462 res.stie.old_band_op = 1;
1463 res.stie.old_band_setup = 0;
1469 res.stie.new_band_id = res.stie.old_band_id;