OpenWrt – Blame information for rev 4
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
4 | office | 1 | --- a/iwinfo_nl80211.c |
2 | +++ b/iwinfo_nl80211.c |
||
3 | @@ -2535,10 +2535,10 @@ static int nl80211_get_scanlist(const ch |
||
4 | } |
||
5 | |||
6 | /* WPA supplicant */ |
||
7 | - if (!nl80211_get_scanlist_wpactl(ifname, buf, len)) |
||
8 | + /*if (!nl80211_get_scanlist_wpactl(ifname, buf, len)) |
||
9 | { |
||
10 | return 0; |
||
11 | - } |
||
12 | + }*/ |
||
13 | |||
14 | /* station / ad-hoc / monitor scan */ |
||
15 | else if (!nl80211_get_mode(ifname, &mode) && |
||
16 | --- a/iwinfo_cli.c |
||
17 | +++ b/iwinfo_cli.c |
||
18 | @@ -621,6 +621,9 @@ static void print_scanlist(const struct |
||
19 | printf("%s ", IWINFO_HTMODE_NAMES[h]); |
||
20 | printf("\n"); |
||
21 | } |
||
22 | + else{ |
||
23 | + printf(" HT Capabilities: UNKNOW \n"); |
||
24 | + } |
||
25 | printf("\n"); |
||
26 | } |
||
27 | } |