OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 21... Line 21...
21 #endif 21 #endif
22 #ifdef CONFIG_IEEE80211W 22 #ifdef CONFIG_IEEE80211W
23 if (!strcmp(feat, "11w")) 23 if (!strcmp(feat, "11w"))
24 return 1; 24 return 1;
25 #endif 25 #endif
26 #ifdef CONFIG_ACS -  
27 if (!strcmp(feat, "acs")) -  
28 return 1; -  
29 #endif -  
30 #ifdef CONFIG_SAE -  
31 if (!strcmp(feat, "sae")) -  
32 return 1; -  
33 #endif -  
34 #ifdef CONFIG_OWE -  
35 if (!strcmp(feat, "owe")) -  
36 return 1; -  
37 #endif -  
38 #ifdef CONFIG_SUITEB192 -  
39 if (!strcmp(feat, "suiteb192")) -  
40 return 1; -  
41 #endif -  
42 return 0; 26 return 0;
43 } 27 }
Line 44... Line 28...
44   28