Home
last modified time | relevance | path

Searched refs:ht_capab (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dwifi_mgmt.h1037 char ht_capab[WIFI_AP_IEEE_80211_CAPAB_MAX_LEN + 1]; member
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c928 conf->ht_capab |= HT_CAP_INFO_SHORT_GI20MHZ; in hostapd_config_read2()
Dsupp_api.c2457 if (!hostapd_cli_cmd_v("set ht_capab %s", params->ht_capab)) {
2462 wpa_printf(MSG_INFO, "Set HT capabilities: %s", params->ht_capab);
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c2068 strncpy(params->ht_capab, state->optarg, WIFI_AP_IEEE_80211_CAPAB_MAX_LEN); in wifi_ap_config_args_to_params()