Searched refs:set_ap (Results 1 - 13 of 13) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.h | 223 if (hapd->driver == NULL || hapd->driver->set_ap == NULL) in hostapd_drv_set_ap() 225 return hapd->driver->set_ap(hapd->drv_priv, params); in hostapd_drv_set_ap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.h | 228 if (hapd->driver == NULL || hapd->driver->set_ap == NULL) in hostapd_drv_set_ap() 230 return hapd->driver->set_ap(hapd->drv_priv, params); in hostapd_drv_set_ap()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_acrossover.c | 295 static void set_ap(BiquadCoeffs *b, double fc, double q, double sr) in set_ap() function 502 set_ap(&s->ap[band][n], s->splits[band], q[idx], sample_rate); in config_input()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | driver_i.h | 329 if (wpa_s->driver->set_ap) in wpa_drv_set_ap() 330 return wpa_s->driver->set_ap(wpa_s->drv_priv, params); in wpa_drv_set_ap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | driver_i.h | 384 if (wpa_s->driver->set_ap) in wpa_drv_set_ap() 385 return wpa_s->driver->set_ap(wpa_s->drv_priv, params); in wpa_drv_set_ap()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver.h | 2718 * set_ap - Set Beacon and Probe Response information for AP mode 2736 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member 2775 * always enabled and the driver uses set_ap() to set WPA/RSN IE 2778 * DEPRECATED - use set_ap() instead 2790 * %NULL) if the driver uses the Beacon template from set_ap(). 2792 * DEPRECATED - use set_ap() instead 2834 * set_ap(). 2836 * DEPRECATED - use set_ap() instead 2910 * template from set_ap() and does not reply to Probe Request frames. 2921 * DEPRECATED - use set_ap() instea [all...] |
H A D | driver_atheros.c | 1935 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x " in atheros_set_ap() 2285 .set_ap = atheros_set_ap,
|
H A D | wpa_hal.c | 2145 .set_ap = WifiWpaSetAp,
|
H A D | driver_nl80211.c | 11044 .set_ap = wpa_driver_nl80211_set_ap,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver.h | 3122 * set_ap - Set Beacon and Probe Response information for AP mode 3140 int (*set_ap)(void *priv, struct wpa_driver_ap_params *params); member 3179 * always enabled and the driver uses set_ap() to set WPA/RSN IE 3182 * DEPRECATED - use set_ap() instead 3194 * %NULL) if the driver uses the Beacon template from set_ap(). 3196 * DEPRECATED - use set_ap() instead 3238 * set_ap(). 3240 * DEPRECATED - use set_ap() instead 3341 * template from set_ap() and does not reply to Probe Request frames. 3352 * DEPRECATED - use set_ap() instea [all...] |
H A D | driver_atheros.c | 1924 wpa_printf(MSG_DEBUG, "atheros: set_ap - pairwise_ciphers=0x%x " in atheros_set_ap() 2272 .set_ap = atheros_set_ap,
|
H A D | wpa_hal.c | 2151 .set_ap = WifiWpaSetAp,
|
H A D | driver_nl80211.c | 12731 .set_ap = wpa_driver_nl80211_set_ap,
|
Completed in 75 milliseconds