P2P: Use larger pending_interface_name buffer
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 26 Nov 2010 13:49:26 +0000 (15:49 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 26 Nov 2010 13:49:26 +0000 (15:49 +0200)
In theory, the interface name could be longer than IFNAMSIZ in
some systems, so use the same size buffer for this field as is
used with the main interface name.

wpa_supplicant/wpa_supplicant_i.h

index 582df69..a61d0e2 100644 (file)
@@ -461,7 +461,7 @@ struct wpa_supplicant {
        struct p2p_go_neg_results *go_params;
        int create_p2p_iface;
        u8 pending_interface_addr[ETH_ALEN];
-       char pending_interface_name[IFNAMSIZ];
+       char pending_interface_name[100];
        int pending_interface_type;
        int p2p_group_idx;
        unsigned int off_channel_freq;