Searched refs:s1g (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/mac80211/
H A Ds1g.c30 return mgmt->u.action.u.s1g.action_code == WLAN_S1G_TWT_SETUP;
55 mgmt->u.action.u.s1g.action_code = WLAN_S1G_TWT_SETUP;
56 memcpy(mgmt->u.action.u.s1g.variable, twt, 3 + twt->length);
87 mgmt->u.action.u.s1g.action_code = WLAN_S1G_TWT_TEARDOWN;
88 id = (u8 *)mgmt->u.action.u.s1g.variable;
101 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable;
131 mgmt->u.action.u.s1g.variable[0]);
139 struct ieee80211_twt_setup *twt = (void *)mgmt->u.action.u.s1g.variable;
163 switch (mgmt->u.action.u.s1g.action_code) {
188 switch (mgmt->u.action.u.s1g
[all...]
H A DMakefile16 s1g.o \
H A Diface.c1541 switch (mgmt->u.action.u.s1g.action_code) {
1625 switch (mgmt->u.action.u.s1g.action_code) {
H A Drx.c3466 switch (mgmt->u.action.u.s1g.action_code) {
3476 twt = (void *)mgmt->u.action.u.s1g.variable;
3776 u.action.u.s1g.action_code))
3779 switch (mgmt->u.action.u.s1g.action_code) {
H A Dtrace.h437 __field(int, s1g)
461 __entry->s1g = sdata->vif.cfg.s1g;
H A Dieee80211_i.h456 bool s1g; member in struct:ieee80211_mgd_assoc_data
H A Dmlme.c1677 listen_int = cpu_to_le16(assoc_data->s1g ?
5348 if (assoc_data->s1g)
5375 else if (assoc_data->s1g)
8294 assoc_data->s1g = cbss->channel->band == NL80211_BAND_S1GHZ;
H A Dutil.c4061 if (!caps->s1g)
H A Dcfg.c1434 sdata->vif.cfg.s1g = params->chandef.chan->band ==
/linux-master/include/net/
H A Dmac80211.h1856 * @s1g: BSS is S1G BSS (affects Association Request format).
1877 bool s1g; member in struct:ieee80211_vif_cfg
H A Dcfg80211.h529 * @s1g: is STA an S1G STA
534 bool s1g; member in struct:ieee80211_sta_s1g_cap
/linux-master/include/linux/
H A Dieee80211.h1457 } __packed s1g; member in union:ieee80211_mgmt::__anon1967::__anon1978::__anon1979
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c490 .s1g = true,
/linux-master/net/wireless/
H A Dnl80211.c1983 if (sband->band == NL80211_BAND_S1GHZ && sband->s1g_cap.s1g &&

Completed in 511 milliseconds