Searched refs:new_device (Results 1 - 11 of 11) sorted by relevance
/external/e2fsprogs/ext2ed/ |
H A D | general_com.c | 151 char *ptr,new_device [80]; local 153 ptr=parse_word (command_line,new_device); 158 parse_word (ptr,new_device); 159 check_mounted (new_device); 174 if ( (device_handle=fopen (new_device,"rb"))==NULL) { 175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win (); 179 strcpy (device_name,new_device);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | notify.h | 87 const u8 *dev_addr, int new_device);
|
H A D | notify.c | 414 const u8 *dev_addr, int new_device) 416 if (new_device) { 413 wpas_notify_p2p_device_found(struct wpa_supplicant *wpa_s, const u8 *dev_addr, int new_device) argument
|
H A D | p2p_supplicant.h | 76 int new_device);
|
H A D | p2p_supplicant.c | 1178 int new_device) 1205 wpas_notify_p2p_device_found(ctx, info->p2p_device_addr, new_device); 1176 wpas_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) argument
|
/external/wpa_supplicant_8/hostapd/src/p2p/ |
H A D | p2p.h | 524 * @new_device: Inform if the peer is newly found 533 int new_device);
|
/external/wpa_supplicant_8/src/p2p/ |
H A D | p2p.h | 524 * @new_device: Inform if the peer is newly found 533 int new_device);
|
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/ |
H A D | p2p.h | 524 * @new_device: Inform if the peer is newly found 533 int new_device);
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver_test.c | 3069 const struct p2p_peer_info *info, int new_device) 3068 test_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) argument
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_test.c | 3069 const struct p2p_peer_info *info, int new_device) 3068 test_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) argument
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_test.c | 3069 const struct p2p_peer_info *info, int new_device) 3068 test_dev_found(void *ctx, const u8 *addr, const struct p2p_peer_info *info, int new_device) argument
|
Completed in 1275 milliseconds