Searched refs:NL80211_ATTR_TESTDATA (Results 1 – 2 of 2) sorted by relevance
/openwifi/user_space/sdrctl_src/ |
H A D | cmd.c | 31 if (!attrs[NL80211_ATTR_TESTDATA]) in cb_reg_handler() 34 …a_parse(tb, OPENWIFI_ATTR_MAX, nla_data(attrs[NL80211_ATTR_TESTDATA]), nla_len(attrs[NL80211_ATTR_… in cb_reg_handler() 52 tmdata = nla_nest_start(msg, NL80211_ATTR_TESTDATA); in handle_set_reg() 119 tmdata = nla_nest_start(msg, NL80211_ATTR_TESTDATA); in handle_get_reg() 175 if (!attrs[NL80211_ATTR_TESTDATA]) in cb_openwifi_rssi_th_handler() 178 …a_parse(tb, OPENWIFI_ATTR_MAX, nla_data(attrs[NL80211_ATTR_TESTDATA]), nla_len(attrs[NL80211_ATTR_… in cb_openwifi_rssi_th_handler() 195 tmdata = nla_nest_start(msg, NL80211_ATTR_TESTDATA); in handle_set_rssi_th() 231 tmdata = nla_nest_start(msg, NL80211_ATTR_TESTDATA); in handle_set_tsf() 294 tmdata = nla_nest_start(msg, NL80211_ATTR_TESTDATA); in handle_get_rssi_th() 319 if (!attrs[NL80211_ATTR_TESTDATA]) in cb_openwifi_slice_total_handler() [all …]
|
H A D | nl80211.h | 2252 NL80211_ATTR_TESTDATA, enumerator
|