Searched refs:ht_mcs (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
H A Dconfig_ssid.h698 * ht_mcs - Allowed HT-MCS rates, in ASCII hex: ffff0000...
702 char *ht_mcs; member in struct:wpa_ssid
H A Dwpa_supplicant.c4483 const char *ht_mcs)
4485 /* parse ht_mcs into hex array */
4487 const char *tmp = ht_mcs;
4490 /* If ht_mcs is null, do not set anything */
4491 if (!ht_mcs)
4497 wpa_msg(wpa_s, MSG_DEBUG, "set_htcap, ht_mcs -:%s:-", ht_mcs);
4517 ht_mcs, strerror(errno));
4737 wpa_set_htcap_mcs(wpa_s, htcaps, htcaps_mask, ssid->ht_mcs);
4480 wpa_set_htcap_mcs(struct wpa_supplicant *wpa_s, struct ieee80211_ht_capabilities *htcaps, struct ieee80211_ht_capabilities *htcaps_mask, const char *ht_mcs) argument
H A Dconfig_file.c909 STR(ht_mcs);
H A Dconfig.c2357 { STR(ht_mcs) },
2596 os_free(ssid->ht_mcs);

Completed in 83 milliseconds