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

  /external/wpa_supplicant_8/src/wps/
wps.h 250 * new_psk_cb - Callback for new PSK
260 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member in struct:wps_registrar_config
wps_registrar.c 147 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member in struct:wps_registrar
647 reg->new_psk_cb = cfg->new_psk_cb;
1183 if (reg->new_psk_cb == NULL)
1186 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
    [all...]
  /external/wpa_supplicant_8/src/ap/
hostapd.h 245 void (*new_psk_cb)(void *ctx, const u8 *mac_addr, member in struct:hostapd_data

Completed in 78 milliseconds