Lines Matching full:ie
173 * exist VHT_CAP IE in AP beacon in mwifiex_fill_new_bss_desc()
766 * IOCTL request handler to set/reset WPA IE.
768 * The supplied WPA IE is treated as a opaque buffer. Only the first field
770 * WPA IE is reset.
778 "failed to copy WPA IE, too big\n"); in mwifiex_set_wpa_ie()
784 "cmd: Set Wpa_ie_len=%d IE=%#x\n", in mwifiex_set_wpa_ie()
799 "info: reset wpa_ie_len=%d IE=%#x\n", in mwifiex_set_wpa_ie()
809 * IOCTL request handler to set/reset WAPI IE.
811 * The supplied WAPI IE is treated as a opaque buffer. Only the first field
813 * WAPI IE is reset.
821 "info: failed to copy WAPI IE, too big\n"); in mwifiex_set_wapi_ie()
827 "cmd: Set wapi_ie_len=%d IE=%#x\n", in mwifiex_set_wapi_ie()
836 "info: Reset wapi_ie_len=%d IE=%#x\n", in mwifiex_set_wapi_ie()
844 * IOCTL request handler to set/reset WPS IE.
846 * The supplied WPS IE is treated as a opaque buffer. Only the first field
848 * WPS IE is reset.
856 "info: failed to copy WPS IE, too big\n"); in mwifiex_set_wps_ie()
867 "cmd: Set wps_ie_len=%d IE=%#x\n", in mwifiex_set_wps_ie()
1305 * This function sets a generic IE. In addition to generic IE, it can
1332 /* IE is a WPA/WPA2 IE so call set_wpa function */ in mwifiex_set_gen_ie_helper()
1339 /* IE is a WAPI IE so call set_wapi function */ in mwifiex_set_gen_ie_helper()
1346 /* Test to see if it is a WPA IE, if not, then in mwifiex_set_gen_ie_helper()
1347 * it is a gen IE in mwifiex_set_gen_ie_helper()
1351 /* IE is a WPA/WPA2 IE so call set_wpa function in mwifiex_set_gen_ie_helper()
1361 /* Test to see if it is a WPS IE, in mwifiex_set_gen_ie_helper()
1373 /* Saved in gen_ie, such as P2P IE.etc.*/ in mwifiex_set_gen_ie_helper()
1405 * IOCTL request handler to set/get generic IE.
1440 mwifiex_dbg(adapter, ERROR, "invalid IE type\n"); in mwifiex_misc_ioctl_gen_ie()
1447 * Sends IOCTL request to set a generic IE.
1453 mwifiex_set_gen_ie(struct mwifiex_private *priv, const u8 *ie, int ie_len) in mwifiex_set_gen_ie() argument
1462 memcpy(gen_ie.ie_data, ie, ie_len); in mwifiex_set_gen_ie()