Home
last modified time | relevance | path

Searched defs:fst_setup_req (Results 1 – 2 of 2) sorted by relevance

/hostap/src/fst/
Dfst_defs.h47 struct fst_setup_req { struct
48 u8 action;
49 u8 dialog_token;
50 le32 llt;
51 struct session_transition_ie stie;
/hostap/tests/hwsim/
Dtest_fst_module.py2322 def fst_setup_req(dev, hglobal, freq, dst, req, stie, mbie="", no_wait=False): function