Searched refs:set_ie_cb (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps.h | 271 * set_ie_cb - Callback for WPS IE changes 281 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member 323 * set_ie_cb() is used by AP implementation in similar caes, but it
|
H A D | wps_registrar.c | 149 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member 679 reg->set_ie_cb = cfg->set_ie_cb; in wps_registrar_init() 1264 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie() 1302 if (reg->set_ie_cb == NULL) in wps_set_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps.h | 272 * set_ie_cb - Callback for WPS IE changes 282 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member 324 * set_ie_cb() is used by AP implementation in similar caes, but it
|
H A D | wps_registrar.c | 150 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member 680 reg->set_ie_cb = cfg->set_ie_cb; in wps_registrar_init() 1265 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie); in wps_cb_set_ie() 1312 if (reg->set_ie_cb == NULL) in wps_set_ie()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wps_hostapd.c | 1298 cfg.set_ie_cb = hostapd_wps_set_ie_cb; in hostapd_init_wps()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wps_hostapd.c | 1204 cfg.set_ie_cb = hostapd_wps_set_ie_cb; in hostapd_init_wps()
|
Completed in 16 milliseconds