Searched refs:PTPNIKONWifiProfile (Results 1 – 2 of 2) sorted by relevance
1060 typedef struct _PTPNIKONWifiProfile PTPNIKONWifiProfile; typedef1957 PTPNIKONWifiProfile *wifi_profiles;2419 uint16_t ptp_nikon_writewifiprofile (PTPParams* params, PTPNIKONWifiProfile* profile);
2231 params->wifi_profiles = malloc(params->wifi_profiles_number*sizeof(PTPNIKONWifiProfile)); in ptp_nikon_getwifiprofilelist()2232 memset(params->wifi_profiles, 0, params->wifi_profiles_number*sizeof(PTPNIKONWifiProfile)); in ptp_nikon_getwifiprofilelist()2275 PTPNIKONWifiProfile test; in ptp_nikon_getwifiprofilelist()2276 memset(&test, 0, sizeof(PTPNIKONWifiProfile)); in ptp_nikon_getwifiprofilelist()2306 ptp_nikon_writewifiprofile (PTPParams* params, PTPNIKONWifiProfile* profile) in ptp_nikon_writewifiprofile()