HomeSort by relevance Sort by last modified time
    Searched defs:set_ie_cb (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.h 260 * set_ie_cb - Callback for WPS IE changes
270 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member in struct:wps_registrar_config
312 * set_ie_cb() is used by AP implementation in similar caes, but it
wps_registrar.c 147 int (*set_ie_cb)(void *ctx, struct wpabuf *beacon_ie, member in struct:wps_registrar
656 reg->set_ie_cb = cfg->set_ie_cb;
1206 return reg->set_ie_cb(reg->cb_ctx, beacon_ie, probe_resp_ie);
    [all...]

Completed in 173 milliseconds