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/ap/
hostapd.h 207 void (*new_psk_cb)(void *ctx, const u8 *mac_addr, member in struct:hostapd_data
  /external/wpa_supplicant_8/src/wps/
wps.h 246 * new_psk_cb - Callback for new PSK
256 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member in struct:wps_registrar_config
wps_registrar.c 145 int (*new_psk_cb)(void *ctx, const u8 *mac_addr, const u8 *p2p_dev_addr, member in struct:wps_registrar
655 reg->new_psk_cb = cfg->new_psk_cb;
1174 if (reg->new_psk_cb == NULL)
1177 return reg->new_psk_cb(reg->cb_ctx, mac_addr, p2p_dev_addr, psk,
    [all...]

Completed in 313 milliseconds