Searched refs:supp (Results 1 - 25 of 32) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmmd.c86 *.MODULE CFG_RANGE_SPEC_STRCT* mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp )
91 * supp
101 * supp address of the supplier specification
104 * supplier. mmd_check_comp is independent of the endianess of the actp and supp structures. This is
162 * "supp->len != sizeof(CFG_SUP_RANGE_STRCT)/sizeof(hcf_16) - 1"
181 mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp )
185 CFG_RANGE_SPEC_BYTE_STRCT *supq = (CFG_RANGE_SPEC_BYTE_STRCT*)&(supp->variant);
191 sup_endian = supp->bottom < 0x0100; //true if native endian /* 2a */
194 MMDASSERT( supp->len == 6, supp
[all...]
H A Dmmd.h76 EXTERN_C CFG_RANGE_SPEC_STRCT* mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/wlags49_h2/
H A Dmmd.c86 *.MODULE CFG_RANGE_SPEC_STRCT* mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp )
91 * supp
101 * supp address of the supplier specification
104 * supplier. mmd_check_comp is independent of the endianess of the actp and supp structures. This is
162 * "supp->len != sizeof(CFG_SUP_RANGE_STRCT)/sizeof(hcf_16) - 1"
181 mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp )
185 CFG_RANGE_SPEC_BYTE_STRCT *supq = (CFG_RANGE_SPEC_BYTE_STRCT*)&(supp->variant);
191 sup_endian = supp->bottom < 0x0100; //true if native endian /* 2a */
194 MMDASSERT( supp->len == 6, supp
[all...]
H A Dmmd.h76 EXTERN_C CFG_RANGE_SPEC_STRCT* mmd_check_comp( CFG_RANGES_STRCT *actp, CFG_SUP_RANGE_STRCT *supp );
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/wpa_supplicant/tests/
H A Dtest_wpa.c44 struct wpa_sm *supp; member in struct:wpa
149 return wpa_sm_set_ap_rsn_ie(wpa->supp, ie, 2 + ie[1]);
150 return wpa_sm_set_ap_wpa_ie(wpa->supp, ie, 2 + ie[1]);
207 wpa->supp = wpa_sm_init(ctx);
208 if (wpa->supp == NULL) {
213 wpa_sm_set_own_addr(wpa->supp, wpa->supp_addr);
214 wpa_sm_set_param(wpa->supp, WPA_PARAM_RSN_ENABLED, 1);
215 wpa_sm_set_param(wpa->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
216 wpa_sm_set_param(wpa->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
217 wpa_sm_set_param(wpa->supp, WPA_PARAM_GROU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/tests/
H A Dtest_wpa.c44 struct wpa_sm *supp; member in struct:wpa
141 return wpa_sm_set_ap_rsn_ie(wpa->supp, ie, 2 + ie[1]);
142 return wpa_sm_set_ap_wpa_ie(wpa->supp, ie, 2 + ie[1]);
192 wpa->supp = wpa_sm_init(ctx);
193 if (wpa->supp == NULL) {
198 wpa_sm_set_own_addr(wpa->supp, wpa->supp_addr);
199 wpa_sm_set_param(wpa->supp, WPA_PARAM_RSN_ENABLED, 1);
200 wpa_sm_set_param(wpa->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
201 wpa_sm_set_param(wpa->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
202 wpa_sm_set_param(wpa->supp, WPA_PARAM_GROU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/wpa_supplicant/tests/
H A Dtest_wpa.c44 struct wpa_sm *supp; member in struct:wpa
149 return wpa_sm_set_ap_rsn_ie(wpa->supp, ie, 2 + ie[1]);
150 return wpa_sm_set_ap_wpa_ie(wpa->supp, ie, 2 + ie[1]);
207 wpa->supp = wpa_sm_init(ctx);
208 if (wpa->supp == NULL) {
213 wpa_sm_set_own_addr(wpa->supp, wpa->supp_addr);
214 wpa_sm_set_param(wpa->supp, WPA_PARAM_RSN_ENABLED, 1);
215 wpa_sm_set_param(wpa->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
216 wpa_sm_set_param(wpa->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
217 wpa_sm_set_param(wpa->supp, WPA_PARAM_GROU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/tests/
H A Dtest_wpa.c44 struct wpa_sm *supp; member in struct:wpa
141 return wpa_sm_set_ap_rsn_ie(wpa->supp, ie, 2 + ie[1]);
142 return wpa_sm_set_ap_wpa_ie(wpa->supp, ie, 2 + ie[1]);
192 wpa->supp = wpa_sm_init(ctx);
193 if (wpa->supp == NULL) {
198 wpa_sm_set_own_addr(wpa->supp, wpa->supp_addr);
199 wpa_sm_set_param(wpa->supp, WPA_PARAM_RSN_ENABLED, 1);
200 wpa_sm_set_param(wpa->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
201 wpa_sm_set_param(wpa->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
202 wpa_sm_set_param(wpa->supp, WPA_PARAM_GROU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/tests/
H A Dtest_wpa.c44 struct wpa_sm *supp; member in struct:wpa
149 return wpa_sm_set_ap_rsn_ie(wpa->supp, ie, 2 + ie[1]);
150 return wpa_sm_set_ap_wpa_ie(wpa->supp, ie, 2 + ie[1]);
207 wpa->supp = wpa_sm_init(ctx);
208 if (wpa->supp == NULL) {
213 wpa_sm_set_own_addr(wpa->supp, wpa->supp_addr);
214 wpa_sm_set_param(wpa->supp, WPA_PARAM_RSN_ENABLED, 1);
215 wpa_sm_set_param(wpa->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
216 wpa_sm_set_param(wpa->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
217 wpa_sm_set_param(wpa->supp, WPA_PARAM_GROU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/tests/
H A Dtest_wpa.c44 struct wpa_sm *supp; member in struct:wpa
141 return wpa_sm_set_ap_rsn_ie(wpa->supp, ie, 2 + ie[1]);
142 return wpa_sm_set_ap_wpa_ie(wpa->supp, ie, 2 + ie[1]);
192 wpa->supp = wpa_sm_init(ctx);
193 if (wpa->supp == NULL) {
198 wpa_sm_set_own_addr(wpa->supp, wpa->supp_addr);
199 wpa_sm_set_param(wpa->supp, WPA_PARAM_RSN_ENABLED, 1);
200 wpa_sm_set_param(wpa->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
201 wpa_sm_set_param(wpa->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
202 wpa_sm_set_param(wpa->supp, WPA_PARAM_GROU
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dibss_rsn.c30 wpa_sm_deinit(peer->supp);
94 return wpa_sm_set_ap_rsn_ie(peer->supp,
173 peer->supp = wpa_sm_init(ctx);
174 if (peer->supp == NULL) {
179 wpa_sm_set_own_addr(peer->supp, own_addr);
180 wpa_sm_set_param(peer->supp, WPA_PARAM_RSN_ENABLED, 1);
181 wpa_sm_set_param(peer->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
182 wpa_sm_set_param(peer->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
183 wpa_sm_set_param(peer->supp, WPA_PARAM_GROUP, WPA_CIPHER_CCMP);
184 wpa_sm_set_param(peer->supp, WPA_PARAM_KEY_MGM
457 int supp; local
[all...]
H A Dibss_rsn.h26 struct wpa_sm *supp; member in struct:ibss_rsn_peer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dibss_rsn.c30 wpa_sm_deinit(peer->supp);
94 return wpa_sm_set_ap_rsn_ie(peer->supp,
173 peer->supp = wpa_sm_init(ctx);
174 if (peer->supp == NULL) {
179 wpa_sm_set_own_addr(peer->supp, own_addr);
180 wpa_sm_set_param(peer->supp, WPA_PARAM_RSN_ENABLED, 1);
181 wpa_sm_set_param(peer->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
182 wpa_sm_set_param(peer->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
183 wpa_sm_set_param(peer->supp, WPA_PARAM_GROUP, WPA_CIPHER_CCMP);
184 wpa_sm_set_param(peer->supp, WPA_PARAM_KEY_MGM
457 int supp; local
[all...]
H A Dibss_rsn.h26 struct wpa_sm *supp; member in struct:ibss_rsn_peer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/wpa_supplicant/
H A Dibss_rsn.c30 wpa_sm_deinit(peer->supp);
94 return wpa_sm_set_ap_rsn_ie(peer->supp,
173 peer->supp = wpa_sm_init(ctx);
174 if (peer->supp == NULL) {
179 wpa_sm_set_own_addr(peer->supp, own_addr);
180 wpa_sm_set_param(peer->supp, WPA_PARAM_RSN_ENABLED, 1);
181 wpa_sm_set_param(peer->supp, WPA_PARAM_PROTO, WPA_PROTO_RSN);
182 wpa_sm_set_param(peer->supp, WPA_PARAM_PAIRWISE, WPA_CIPHER_CCMP);
183 wpa_sm_set_param(peer->supp, WPA_PARAM_GROUP, WPA_CIPHER_CCMP);
184 wpa_sm_set_param(peer->supp, WPA_PARAM_KEY_MGM
457 int supp; local
[all...]
H A Dibss_rsn.h26 struct wpa_sm *supp; member in struct:ibss_rsn_peer
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/des/
H A Dmakefile.bc33 ofb64ede.obj supp.obj
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/des/
H A Dmakefile.bc33 ofb64ede.obj supp.obj
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/des/
H A Dmakefile.bc33 ofb64ede.obj supp.obj
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/des/
H A Dmakefile.bc33 ofb64ede.obj supp.obj
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/des/
H A Dmakefile.bc33 ofb64ede.obj supp.obj
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/des/
H A Dmakefile.bc33 ofb64ede.obj supp.obj
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libexif/libexif/
H A Dexif-tag.c1109 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][t]; local
1110 if (supp != EXIF_SUPPORT_LEVEL_NOT_RECORDED)
1111 return supp;
1143 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][0]; local
1145 if (supp != EXIF_SUPPORT_LEVEL_NOT_RECORDED) {
1148 if (ExifTagTable[i].esl[ifd][dt] != supp)
1153 return supp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libexif/libexif/
H A Dexif-tag.c1109 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][t]; local
1110 if (supp != EXIF_SUPPORT_LEVEL_NOT_RECORDED)
1111 return supp;
1143 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][0]; local
1145 if (supp != EXIF_SUPPORT_LEVEL_NOT_RECORDED) {
1148 if (ExifTagTable[i].esl[ifd][dt] != supp)
1153 return supp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libexif/libexif/
H A Dexif-tag.c1109 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][t]; local
1110 if (supp != EXIF_SUPPORT_LEVEL_NOT_RECORDED)
1111 return supp;
1143 const ExifSupportLevel supp = ExifTagTable[i].esl[ifd][0]; local
1145 if (supp != EXIF_SUPPORT_LEVEL_NOT_RECORDED) {
1148 if (ExifTagTable[i].esl[ifd][dt] != supp)
1153 return supp;

Completed in 140 milliseconds

12