Home
last modified time | relevance | path

Searched refs:sta_flags (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_station_info.c2326 struct nl80211_sta_flag_update sta_flags = {0}; in hdd_get_connected_station_info_ex() local
2346 nl_buf_len += nla_attr_size(sizeof(sta_flags)) + in hdd_get_connected_station_info_ex()
2373 sta_flags.mask = QCA_VENDOR_WLAN_STA_FLAG_AMPDU | in hdd_get_connected_station_info_ex()
2378 sta_flags.set |= QCA_VENDOR_WLAN_STA_FLAG_AMPDU; in hdd_get_connected_station_info_ex()
2380 sta_flags.set |= QCA_VENDOR_WLAN_STA_FLAG_TX_STBC; in hdd_get_connected_station_info_ex()
2382 sta_flags.set |= QCA_VENDOR_WLAN_STA_FLAG_RX_STBC; in hdd_get_connected_station_info_ex()
2385 sizeof(sta_flags), &sta_flags)) { in hdd_get_connected_station_info_ex()
H A Dwlan_hdd_stats.c6317 sinfo->sta_flags.mask = NL80211_STA_FLAG_WME; in hdd_fill_sta_flags()
6320 sinfo->sta_flags.set |= NL80211_STA_FLAG_WME; in hdd_fill_sta_flags()
6322 sinfo->sta_flags.set &= ~NL80211_STA_FLAG_WME; in hdd_fill_sta_flags()
H A Dwlan_hdd_cfg80211.c23309 struct nl80211_sta_flag_update sta_flags; in wlan_hdd_send_sta_authorized_event() local
23319 hdd_ctx->wiphy, &adapter->wdev, sizeof(sta_flags) + in wlan_hdd_send_sta_authorized_event()
23328 qdf_mem_zero(&sta_flags, sizeof(sta_flags)); in wlan_hdd_send_sta_authorized_event()
23330 sta_flags.mask |= BIT(NL80211_STA_FLAG_AUTHORIZED); in wlan_hdd_send_sta_authorized_event()
23331 sta_flags.set = true; in wlan_hdd_send_sta_authorized_event()
23336 &sta_flags); in wlan_hdd_send_sta_authorized_event()