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

  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 44 struct rsn_preauth_interface *piface = ctx; local
45 struct hostapd_data *hapd = piface->hapd;
51 "from interface '%s'", piface->ifname);
91 sta->preauth_iface = piface;
99 struct rsn_preauth_interface *piface; local
103 piface = os_zalloc(sizeof(*piface));
104 if (piface == NULL)
106 piface->hapd = hapd;
108 piface->ifname = os_strdup(ifname)
135 struct rsn_preauth_interface *piface, *prev; local
234 struct rsn_preauth_interface *piface; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mapidefs.h 433 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**piface;
438 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface
440 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface
    [all...]
wabdefs.h 430 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**piface;
435 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface
437 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface
    [all...]

Completed in 1793 milliseconds