Searched defs:mode11g (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c6707 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode; local
6752 mode11g = &modes[mode11g_idx];
6753 mode->num_channels = mode11g->num_channels;
6754 mode->channels = os_malloc(mode11g->num_channels *
6760 os_memcpy(mode->channels, mode11g->channels,
6761 mode11g->num_channels * sizeof(struct hostapd_channel_data));
6771 for (i = 0; i < mode11g->num_rates; i++) {
6772 if (mode11g->rates[i] != 10 && mode11g->rates[i] != 20 &&
6773 mode11g
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c6707 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode; local
6752 mode11g = &modes[mode11g_idx];
6753 mode->num_channels = mode11g->num_channels;
6754 mode->channels = os_malloc(mode11g->num_channels *
6760 os_memcpy(mode->channels, mode11g->channels,
6761 mode11g->num_channels * sizeof(struct hostapd_channel_data));
6771 for (i = 0; i < mode11g->num_rates; i++) {
6772 if (mode11g->rates[i] != 10 && mode11g->rates[i] != 20 &&
6773 mode11g
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c6707 struct hostapd_hw_modes *mode11g = NULL, *nmodes, *mode; local
6752 mode11g = &modes[mode11g_idx];
6753 mode->num_channels = mode11g->num_channels;
6754 mode->channels = os_malloc(mode11g->num_channels *
6760 os_memcpy(mode->channels, mode11g->channels,
6761 mode11g->num_channels * sizeof(struct hostapd_channel_data));
6771 for (i = 0; i < mode11g->num_rates; i++) {
6772 if (mode11g->rates[i] != 10 && mode11g->rates[i] != 20 &&
6773 mode11g
[all...]

Completed in 207 milliseconds