Searched refs:PTPNIKONWifiProfile (Results 1 – 2 of 2) sorted by relevance
1298 typedef struct _PTPNIKONWifiProfile PTPNIKONWifiProfile; typedef2525 PTPNIKONWifiProfile *wifi_profiles;3049 uint16_t ptp_nikon_writewifiprofile (PTPParams* params, PTPNIKONWifiProfile* profile);
3418 params->wifi_profiles = malloc(params->wifi_profiles_number*sizeof(PTPNIKONWifiProfile)); in ptp_nikon_getwifiprofilelist()3419 memset(params->wifi_profiles, 0, params->wifi_profiles_number*sizeof(PTPNIKONWifiProfile)); in ptp_nikon_getwifiprofilelist()3467 PTPNIKONWifiProfile test; in ptp_nikon_getwifiprofilelist()3468 memset(&test, 0, sizeof(PTPNIKONWifiProfile)); in ptp_nikon_getwifiprofilelist()3501 ptp_nikon_writewifiprofile (PTPParams* params, PTPNIKONWifiProfile* profile) in ptp_nikon_writewifiprofile()