Searched refs:iwe (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c423 struct iw_event iwe_buf, *iwe = &iwe_buf; local
434 iwe->cmd, iwe->len);
435 if (iwe->len <= IW_EV_LCP_LEN)
440 (iwe->cmd == IWEVMICHAELMICFAILURE ||
441 iwe->cmd == IWEVCUSTOM ||
442 iwe->cmd == IWEVASSOCREQIE ||
443 iwe->cmd == IWEVASSOCRESPIE ||
444 iwe->cmd == IWEVPMKIDCAND)) {
455 switch (iwe
1115 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1125 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1141 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1182 wext_get_scan_qual(struct wpa_driver_wext_data *drv, struct iw_event *iwe, struct wext_scan_data *res) argument
1208 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1216 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1245 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1271 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1419 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
832 iwe->cmd, iwe->len);
833 if (iwe->len <= IW_EV_LCP_LEN)
838 (iwe->cmd == IWEVMICHAELMICFAILURE ||
839 iwe->cmd == IWEVCUSTOM)) {
850 switch (iwe->cmd) {
852 if (custom + iwe->u.data.length > end)
854 buf = malloc(iwe->u.data.length + 1);
857 memcpy(buf, custom, iwe
[all...]
H A Ddriver_madwifi.c927 struct iw_event iwe_buf, *iwe = &iwe_buf; local
938 iwe->cmd, iwe->len);
939 if (iwe->len <= IW_EV_LCP_LEN)
944 (iwe->cmd == IWEVMICHAELMICFAILURE ||
945 iwe->cmd == IWEVCUSTOM)) {
956 switch (iwe->cmd) {
959 (u8 *) iwe->u.addr.sa_data);
962 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data);
965 if (custom + iwe
[all...]
H A Ddriver_atheros.c1486 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1497 iwe->cmd, iwe->len);
1498 if (iwe->len <= IW_EV_LCP_LEN)
1503 (iwe->cmd == IWEVMICHAELMICFAILURE ||
1504 iwe->cmd == IWEVASSOCREQIE ||
1505 iwe->cmd == IWEVCUSTOM)) {
1516 switch (iwe->cmd) {
1519 (u8 *) iwe->u.addr.sa_data);
1522 atheros_new_sta(drv, (u8 *) iwe
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c423 struct iw_event iwe_buf, *iwe = &iwe_buf; local
434 iwe->cmd, iwe->len);
435 if (iwe->len <= IW_EV_LCP_LEN)
440 (iwe->cmd == IWEVMICHAELMICFAILURE ||
441 iwe->cmd == IWEVCUSTOM ||
442 iwe->cmd == IWEVASSOCREQIE ||
443 iwe->cmd == IWEVASSOCRESPIE ||
444 iwe->cmd == IWEVPMKIDCAND)) {
455 switch (iwe
1115 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1125 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1141 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1182 wext_get_scan_qual(struct wpa_driver_wext_data *drv, struct iw_event *iwe, struct wext_scan_data *res) argument
1208 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1216 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1245 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1271 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1419 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
832 iwe->cmd, iwe->len);
833 if (iwe->len <= IW_EV_LCP_LEN)
838 (iwe->cmd == IWEVMICHAELMICFAILURE ||
839 iwe->cmd == IWEVCUSTOM)) {
850 switch (iwe->cmd) {
852 if (custom + iwe->u.data.length > end)
854 buf = malloc(iwe->u.data.length + 1);
857 memcpy(buf, custom, iwe
[all...]
H A Ddriver_madwifi.c927 struct iw_event iwe_buf, *iwe = &iwe_buf; local
938 iwe->cmd, iwe->len);
939 if (iwe->len <= IW_EV_LCP_LEN)
944 (iwe->cmd == IWEVMICHAELMICFAILURE ||
945 iwe->cmd == IWEVCUSTOM)) {
956 switch (iwe->cmd) {
959 (u8 *) iwe->u.addr.sa_data);
962 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data);
965 if (custom + iwe
[all...]
H A Ddriver_atheros.c1486 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1497 iwe->cmd, iwe->len);
1498 if (iwe->len <= IW_EV_LCP_LEN)
1503 (iwe->cmd == IWEVMICHAELMICFAILURE ||
1504 iwe->cmd == IWEVASSOCREQIE ||
1505 iwe->cmd == IWEVCUSTOM)) {
1516 switch (iwe->cmd) {
1519 (u8 *) iwe->u.addr.sa_data);
1522 atheros_new_sta(drv, (u8 *) iwe
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wext.c423 struct iw_event iwe_buf, *iwe = &iwe_buf; local
434 iwe->cmd, iwe->len);
435 if (iwe->len <= IW_EV_LCP_LEN)
440 (iwe->cmd == IWEVMICHAELMICFAILURE ||
441 iwe->cmd == IWEVCUSTOM ||
442 iwe->cmd == IWEVASSOCREQIE ||
443 iwe->cmd == IWEVASSOCRESPIE ||
444 iwe->cmd == IWEVPMKIDCAND)) {
455 switch (iwe
1115 wext_get_scan_mode(struct iw_event *iwe, struct wext_scan_data *res) argument
1125 wext_get_scan_ssid(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1141 wext_get_scan_freq(struct iw_event *iwe, struct wext_scan_data *res) argument
1182 wext_get_scan_qual(struct wpa_driver_wext_data *drv, struct iw_event *iwe, struct wext_scan_data *res) argument
1208 wext_get_scan_encode(struct iw_event *iwe, struct wext_scan_data *res) argument
1216 wext_get_scan_rate(struct iw_event *iwe, struct wext_scan_data *res, char *pos, char *end) argument
1245 wext_get_scan_iwevgenie(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1271 wext_get_scan_custom(struct iw_event *iwe, struct wext_scan_data *res, char *custom, char *end) argument
1419 struct iw_event iwe_buf, *iwe = &iwe_buf; local
[all...]
H A Ddriver_hostap.c821 struct iw_event iwe_buf, *iwe = &iwe_buf; local
832 iwe->cmd, iwe->len);
833 if (iwe->len <= IW_EV_LCP_LEN)
838 (iwe->cmd == IWEVMICHAELMICFAILURE ||
839 iwe->cmd == IWEVCUSTOM)) {
850 switch (iwe->cmd) {
852 if (custom + iwe->u.data.length > end)
854 buf = malloc(iwe->u.data.length + 1);
857 memcpy(buf, custom, iwe
[all...]
H A Ddriver_madwifi.c927 struct iw_event iwe_buf, *iwe = &iwe_buf; local
938 iwe->cmd, iwe->len);
939 if (iwe->len <= IW_EV_LCP_LEN)
944 (iwe->cmd == IWEVMICHAELMICFAILURE ||
945 iwe->cmd == IWEVCUSTOM)) {
956 switch (iwe->cmd) {
959 (u8 *) iwe->u.addr.sa_data);
962 madwifi_new_sta(drv, (u8 *) iwe->u.addr.sa_data);
965 if (custom + iwe
[all...]
H A Ddriver_atheros.c1486 struct iw_event iwe_buf, *iwe = &iwe_buf; local
1497 iwe->cmd, iwe->len);
1498 if (iwe->len <= IW_EV_LCP_LEN)
1503 (iwe->cmd == IWEVMICHAELMICFAILURE ||
1504 iwe->cmd == IWEVASSOCREQIE ||
1505 iwe->cmd == IWEVCUSTOM)) {
1516 switch (iwe->cmd) {
1519 (u8 *) iwe->u.addr.sa_data);
1522 atheros_new_sta(drv, (u8 *) iwe
[all...]

Completed in 621 milliseconds